An open API service indexing awesome lists of open source software.

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.

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.