Render boxes in the terminal with OCaml or Reason
- OCaml 84%
- Makefile 8.9%
- Shell 3.7%
- Dune 3.4%
* 'main' of github.com:davesnx/ocaml-box: Update README.md Update README.md Update README.md |
||
|---|---|---|
| .githooks | ||
| .github/workflows | ||
| bin | ||
| dune.lock | ||
| lib | ||
| script | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| box.opam | ||
| CHANGES.md | ||
| CONTRIBUTING.md | ||
| dune-project | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
ocaml-box
╭─────────────────────────────────────────────────╮
│ │
│ Render those kinds of boxes in the terminal │
│ │
╰─────────────────────────────────────────────────╯
Render boxes in the terminal with OCaml or Reason. Port of sindresorhus/boxen.
Features
- Available on all major platform (Windows, Linux and Windows)
- Render boxes with margin, padding and different borders
- Alignment
- Floating
- No dependencies
Missing Features
- ascii support
- Border Color (and dimming)
Install with opam
opam install box
Install with esy
esy add @opam/box
Documentation
Contributing
Take a look at our Contributing Guide.