Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/securingsincity/hubot-launch-darkly
Hubot launch darkly script
https://github.com/securingsincity/hubot-launch-darkly
Last synced: about 13 hours ago
JSON representation
Hubot launch darkly script
- Host: GitHub
- URL: https://github.com/securingsincity/hubot-launch-darkly
- Owner: securingsincity
- Created: 2016-10-08T21:05:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-08T21:06:05.000Z (about 8 years ago)
- Last Synced: 2024-11-08T02:09:52.416Z (about 2 months ago)
- Language: CoffeeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hubot-launch-darkly
A hubot script that integrates with launch darkly
See [`src/launch-darkly.coffee`](src/launch-darkly.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-launch-darkly --save`
Then add **hubot-launch-darkly** to your `external-scripts.json`:
```json
[
"hubot-launch-darkly"
]
```## Sample Interaction
```
user1>> launchdarkly list default
hubot>> Your New Feature - production: true
```## NPM Module
https://www.npmjs.com/package/hubot-launch-darkly