Skip to content

A Chalk-inspired library for beautiful terminal colors in OCaml/ReasonML.

Notifications You must be signed in to change notification settings

curtiswilkinson/markers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markers

A Chalk-inspired library for beautiful terminal colors in ReasonML.

Installation

This requires Opam/OCaml to be installed.

  • Run opam pin add markers git+https://github.com/curtiswilkinson/markers
  • Answer YES when prompted to create as new package

Examples

print_endline Markers.(cyan "This should be Cyan!");
print_endline Markers.(bold "This should be Bold!");
print_endline Markers.(bold (cyan "This should be Bold AND Cyan!"));

Available Colors

  • cyan/cyanBg
  • magenta/magentaBg
  • yellow/yellowBg
  • blue/blueBg
  • red/redBg
  • green/greenBg
  • black/blackBg
  • white/whiteBg

About

A Chalk-inspired library for beautiful terminal colors in OCaml/ReasonML.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published