https://github.com/davesnx/ocaml-box
Render boxes in the terminal with OCaml or Reason
https://github.com/davesnx/ocaml-box
ocaml reason terminal
Last synced: 2 months ago
JSON representation
Render boxes in the terminal with OCaml or Reason
- Host: GitHub
- URL: https://github.com/davesnx/ocaml-box
- Owner: davesnx
- License: mit
- Created: 2021-07-19T08:43:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T01:37:13.000Z (10 months ago)
- Last Synced: 2025-02-27T05:55:57.722Z (7 months ago)
- Topics: ocaml, reason, terminal
- Language: Reason
- Homepage: https://davesnx.github.io/ocaml-box/box/index.html
- Size: 724 KB
- Stars: 25
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - ocaml-box
README
# ocaml-box
```bash
╭─────────────────────────────────────────────────╮
│ │
│ Render those kinds of boxes in the terminal │
│ │
╰─────────────────────────────────────────────────╯```
Render boxes in the terminal with OCaml or Reason.
Port of [sindresorhus/boxen](https://github.com/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
```bash
opam install box
```### Install with esy
```bash
esy add @opam/box
```## Documentation
[Documentation](https://davesnx.github.io/ocaml-box/box/index.html)
## Contributing
Take a look at our [Contributing Guide](CONTRIBUTING.md).
### Status
[](https://github.com/davesnx/ocaml-box/actions)