Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nickzuber/chalk
- Owner: nickzuber
- License: mit
- Created: 2018-02-02T01:52:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-03T05:08:24.000Z (about 7 years ago)
- Last Synced: 2023-03-01T15:35:54.528Z (almost 2 years ago)
- Topics: chalk, color, highlight, ocaml, opam, terminal
- Language: OCaml
- Homepage:
- Size: 167 KB
- Stars: 30
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
> 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.