Sha256: cf66b98fcd2da1c19de04a093e48a2726a487d7f085766bcc71842d14afc57ab
Contents?: true
Size: 436 Bytes
Versions: 2
Compression:
Stored size: 436 Bytes
Contents
# Meataxe Meataxe is a killer collection of Capistrano 3 deployment scripts. ## Installation Add this line to your application's Gemfile: ``` gem 'meataxe', group: :development ``` And then execute: ``` $ bundle ``` Or install it yourself as: ``` $ gem install meataxe ``` ## Usage Add the following lines to your `Capfile` ```ruby require 'meataxe/capistrano' ``` Then you can use ```cap -T``` to list available tasks.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
meataxe-0.6.2 | README.md |
meataxe-0.5.0 | README.md |