shell-table

Version, currently 0.9.34 versions

github.com/luckyframework/shell-table.cr

No description declared in shard.yml.

2 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  shell-table:
    github: luckyframework/shell-table.cr
    version: ~> 0.9.3

Then run:

shards install

shard.yml

Crystal
>= 0.22.0, < 2.0.0
License
MIT
Author
jwaldrip

Dependencies

This version declares no dependencies.

README

shell-table

Create tables in your shell.

Installation

Add this to your application's shard.yml:

dependencies:
  shell-table:
    github: jwaldrip/shell-table.cr

Usage

require "shell-table"

See the /examples folder for usage (for now)

Contributing

  1. Fork it (https://github.com/jwaldrip/shell-table/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors