terminimal
Terminimal

Terminimal is a tiny toolkit for building CLI apps in crystal-lang that are designed for humans.
It provides a nice API and wrappers for ANSI escape sequences and a selection of useful tools for building simple, aesthetically pleasing output.
Installation
- 
Add the dependency to your shard.yml:dependencies: terminimal: github: aca-labs/terminimal
- 
Run shards install
Usage
require "terminimal"
Contributing
- Fork it (https://github.com/aca-labs/terminimal/fork)
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- Kim Burgess - creator and maintainer