Build::Cloud
Tools for building resources in AWS
Installation
Add this line to your application's Gemfile:
gem 'build-cloud'
And then execute:
$ bundle
Or install it yourself as:
$ gem install build-cloud
Usage
See the command line help for build-cloud.
Contributing
- Fork it ( http://github.com/
/build-cloud/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 new Pull Request