boks/README.md
Kaustubh Maske Patil 1dfbace040 Fix license link
2024-07-20 04:10:44 +05:30

619 B

boks

CLI for making ASCII boxes with text in OCaml.

Usage

To put something in a box,

$ boks moo
+---------+
|   moo   |
+---------+

To put multiple things in connected boxes,

$ boks apps dbms data
+----------+     +----------+     +----------+
|   apps   |<--->|   dbms   |<--->|   data   |
+----------+     +----------+     +----------+

Use -a to customize length of arrows, -p to customize padding.

Installation

If you have dune installed,

$ git clone https://github.com/nikochiko/boks && cd boks
$ dune install

License

MIT. See LICENSE.