This section provides an introduction into Amber command-line interface.
Amber provides a CLI client that makes interfacing with your file system and applications much smoother. The Amber console provides a framework for creating, generating, saffolding and running your Amber project.
You can build the amber
tool from source:
$ git clone git@github.com:amberframework/amber.git
$ cd amber/
$ shards install
$ make
You should now be able to run amber
in the command line.
Optionally, you can use homebrew to install.
$ brew tap amberframework/amber
$ brew install amber
See opened issues.
- Fork it ( https://github.com/amber-crystal/amber_cmd/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
- elorest Isaac Sloan - Maintainer
- eliasjpr Elias Perez - Maintainer
- fridgerator Nick Franken - Maintainer
- phoffer Paul Hoffer - Maintainer
- bew Benoit de Chezelles - Member
- TechMagister Arnaud Fernandés - Initial Creator of some borrowed code.
- drujensen Dru Jensen - contributor
- crimson-knight Seth Tucker - contributor