Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.27 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.27 KB

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

Documentation

Contributing

Take a look at our Contributing Guide.

Status

Actions Status