Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
Create tables in your shell.
Add this to your application's shard.yml
:
dependencies:
shell-table:
github: jwaldrip/shell-table.cr
require "shell-table"
See the /examples
folder for usage (for now)