| bin | ||
| lib | ||
| test | ||
| .gitignore | ||
| boks.opam | ||
| dune-project | ||
| LICENSE | ||
| README.md | ||
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.