builderator 0.3.11
# Builderator __Tools to make CI Packer builds awesome__ ## Installation Add this line to your application's Gemfile: ```ruby gem 'builderator' ``` And then execute: $ bundle Or install it yourself as: $ gem install builderator ## Usage Run `bundle exec thor build help` ## Contributing 1. Fork it ( https://github.com/[my-github-username]/builderator/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
Gemfile:
=
install:
=
Runtime Dependencies (7):
aws-sdk
~> 2.0
berkshelf
~> 3.2
bundler
~> 1.7.0
chef
~> 12.0
ignorefile
>= 0
thor
~> 0.19.0
thor-scmversion
= 1.7.0
Development Dependencies (1):
rake
~> 10.0