Skip to content
/ chalk Public
forked from nickzuber/chalk

🖍️🎨Composable and simple terminal highlighting package for OCaml.

License

Notifications You must be signed in to change notification settings

aexpl/chalk

 
 

Repository files navigation

chalk

Composable and simple terminal highlighting package for OCaml

Usage

$ opam install chalk
let some_string = "Hello world!"
  |> Chalk.red
  |> Chalk.bold
  |> Chalk.underline

License

This software is free to use under the MIT License. See this reference for license text and copyright information.

About

🖍️🎨Composable and simple terminal highlighting package for OCaml.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 92.2%
  • Makefile 7.8%