amber_cli

Version, currently 0.9.01 version
  • 0.9.0latestAug 31, 2018

github.com/eliasjpr/amber_cli

Command Line App for Amber Framework

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  amber_cli:
    github: eliasjpr/amber_cli
    version: ~> 0.9.0

Then run:

shards install

shard.yml

Crystal
0.26.0
License
MIT
Author
Elias J. Perez

Dependencies

Runtime Dependencies

  • pg~> 0.15.0github: will/crystal-pg
  • cli~> 0.7.0github: mosop/cli
  • kilt~> 0.4.0github: jeromegn/kilt
  • mysql~> 0.5.0github: crystal-lang/crystal-mysql
  • slang~> 1.7.1github: jeromegn/slang
  • liquid~> 0.3.0github: TechMagister/liquid.cr
  • micrate~> 0.3.0github: amberframework/micrate
  • sqlite3~> 0.10.0github: crystal-lang/crystal-sqlite3
  • teeplate~> 0.6.1github: mosop/teeplate
  • inflector~> 0.1.8github: phoffer/inflector.cr
  • environment~> 0.9.0github: eliasjpr/environment
  • shell-table*github: luckyframework/shell-table.cr, commit: 078a04ea58ead5203bb435a3b5fff448ddabaeea
  • compiled_license~> 0.1.3github: elorest/compiled_license

Development Dependencies

  • ameba~> 0.8.0github: veelenga/amebadev

README

cli

TODO: Write a description here

Installation

Add this to your application's shard.yml:

dependencies:
  cli:
    github: your-github-user/cli

Usage

require "cli"

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/cli/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