https://github.com/teohm/captify
Capistrano capify with canned templates.
https://github.com/teohm/captify
Last synced: 10 months ago
JSON representation
Capistrano capify with canned templates.
- Host: GitHub
- URL: https://github.com/teohm/captify
- Owner: teohm
- License: mit
- Created: 2012-05-24T23:01:14.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-16T07:49:51.000Z (almost 14 years ago)
- Last Synced: 2025-08-21T01:48:56.376Z (10 months ago)
- Language: Ruby
- Homepage:
- Size: 160 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE.txt
Awesome Lists containing this project
README
= 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[https://github.com/teohm/capistrano-templates]).
=== See also
captify -h
== Contributing to captify
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
* Fork the project.
* Start a feature/bugfix branch.
* Commit and push until you are happy with your contribution.
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
== Copyright
Copyright (c) 2012 Huiming Teo. See LICENSE.txt for
further details.