Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/grrr-amsterdam/capistrano-config
- Owner: grrr-amsterdam
- License: mit
- Created: 2017-05-26T19:28:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T04:02:57.000Z (over 4 years ago)
- Last Synced: 2024-12-06T07:35:01.806Z (23 days ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.