Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nickzuber/chalk

:crayon::art:Composable and simple terminal highlighting package for OCaml.
https://github.com/nickzuber/chalk

chalk color highlight ocaml opam terminal

Last synced: 3 months ago
JSON representation

:crayon::art:Composable and simple terminal highlighting package for OCaml.

Awesome Lists containing this project

README

        


chalk




> Composable and simple terminal highlighting package for OCaml

## Usage

```
$ opam install chalk
```

```ocaml
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](https://opensource.org/licenses/MIT) for license text and copyright information.