fabric

https://github.com/nlamirault/fabric.el.git

git clone 'git://github.com/nlamirault/fabric.el.git'
6

fabric.el

License GPL 22 Build Status Melpa Status MELPA Stable

Manage the Fabric tasks from Emacs.

Installation

The recommended way to install fabric.el is via MELPA:

M-x package-install fabric.el

or Cask:

(depends-on "fabric.el")

Usage

Available commands

Development

Cask

fabric.el use Cask for dependencies management. Install it and retrieve dependencies :

$ curl -fsSkL https://raw.github.com/cask/cask/master/go | python
$ export PATH="$HOME/.cask/bin:$PATH"
$ cask

Tests

Support / Contribute

See here

Changelog

A changelog is available here.

Contact

Nicolas Lamirault <nicolas.lamirault@gmail.com>