captify

Install

gem install capistrano-templates  # default template stored in this gem

For bundler, add this to your Gemfile:

gem 'capistrano-templates'

Usage

cd my_project
captify -t rails-base .   # use default template: rails-basic

It will:

  1. Run capify.

  2. Overwrite Capistrano files with template: rails-base (see capistrnao-templates).

See also

captify -h

Contributing to captify

Copyright © 2012 Huiming Teo. See LICENSE.txt for further details.