Skip to content

nlamirault/fabric.el

Repository files navigation

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

  • List tasks

      M-x fabric-list-commands
    
  • Display Fabric help :

      M-x fabric-help
    

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

  • Launch unit tests :

      $ make clean test
    

Support / Contribute

See here

Changelog

A changelog is available here.

Contact

Nicolas Lamirault nicolas.lamirault@gmail.com

About

Emacs mode to Fabric.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors