1.0.2 • Published 7 years ago

capistrano-config v1.0.2

Weekly downloads
14
License
MIT
Repository
github
Last release
7 years ago

Capistrano Config

Greenkeeper badge

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.