Pulsar

Gem Version Build Status Coverage Status Code Climate

Pulsar is a little tool that helps with deploys. Its main purpose is building capfiles for Capistrano to run. It makes it easy to manage a large number of apps via a separate configuration repository.

Installation & Usage

Refer to the GitHub Page.

Contributing

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