This is a WIP tool that takes the Amber CLI out of the same repo as the Amber framework itself.
This allows us to build a CLI tool that isn't tightly coupled to release versions of Amber.
-
Add the dependency to your
shard.yml
:dependencies: amber_cli: github: amberframework/amber_cli
-
Run
shards install
require "amber_cli"
TODO: Write usage instructions here
TODO: Write development instructions here
- Fork it (https://github.com/amberframework/amber_cli/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
- crimson-knight - creator and maintainer