Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/grrr-amsterdam/capistrano-config

npm package to find and parse Capistrano configuration in a project. https://www.npmjs.com/package/capistrano-config
https://github.com/grrr-amsterdam/capistrano-config

Last synced: 4 days ago
JSON representation

npm package to find and parse Capistrano configuration in a project. https://www.npmjs.com/package/capistrano-config

Awesome Lists containing this project

README

        

# Capistrano Config
[![Greenkeeper badge](https://badges.greenkeeper.io/grrr-amsterdam/capistrano-config.svg)](https://greenkeeper.io/)

# Methods
## `.getConfig(string target)`
Attempts to retrieve local Capistrano configuration.
Expects a target name of the environment.
It will look for `[environment name].rb` for a Capistrano configuration in your local path.

Returns a Promise containing a config object.