A Vagrant-inspired tool for managing multiple machines in the cloud
Go to file
R. Tyler Croy d5d02c67fc Add initial commit 2012-04-21 11:24:14 -07:00
lib Add initial commit 2012-04-21 11:24:14 -07:00
.gitignore Add initial commit 2012-04-21 11:24:14 -07:00
Gemfile Add initial commit 2012-04-21 11:24:14 -07:00
LICENSE Add initial commit 2012-04-21 11:24:14 -07:00
README.markdown Initial commit 2012-04-21 11:20:42 -07:00
README.md Add initial commit 2012-04-21 11:24:14 -07:00
Rakefile Add initial commit 2012-04-21 11:24:14 -07:00
blimpy.gemspec Add initial commit 2012-04-21 11:24:14 -07:00

README.md

Blimpy

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'blimpy'

And then execute:

$ bundle

Or install it yourself as:

$ gem install blimpy

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request