Skip to content

amberframework/homebrew-amber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Amber

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.

Installation

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

Development

See opened issues.

Contributing

  1. Fork it ( https://github.com/amber-crystal/amber_cmd/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

Releases

No releases published

Packages

No packages published

Languages