Skip to content

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

License

Notifications You must be signed in to change notification settings

nickzuber/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.