https://github.com/sourcey/meataxe
Meataxe is a collection of killer Capistrano deployment scripts.
https://github.com/sourcey/meataxe
Last synced: 2 months ago
JSON representation
Meataxe is a collection of killer Capistrano deployment scripts.
- Host: GitHub
- URL: https://github.com/sourcey/meataxe
- Owner: sourcey
- License: mit
- Created: 2015-01-11T03:43:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-02-07T12:43:37.000Z (over 6 years ago)
- Last Synced: 2025-12-04T11:24:11.553Z (5 months ago)
- Language: HTML
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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.