A Chalk-inspired library for beautiful terminal colors in ReasonML.
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
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!"));
cyan
/cyanBg
magenta
/magentaBg
yellow
/yellowBg
blue
/blueBg
red
/redBg
green
/greenBg
black
/blackBg
white
/whiteBg