https://github.com/mudge/hubot-codenames
Suggesting solid gold, business appropriate names since 2013.
https://github.com/mudge/hubot-codenames
Last synced: 9 months ago
JSON representation
Suggesting solid gold, business appropriate names since 2013.
- Host: GitHub
- URL: https://github.com/mudge/hubot-codenames
- Owner: mudge
- License: mit
- Created: 2015-10-27T15:09:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T16:49:25.000Z (over 7 years ago)
- Last Synced: 2025-09-19T06:38:09.159Z (10 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hubot-codenames [](https://travis-ci.org/mudge/hubot-codenames)
Suggesting solid gold, business appropriate names since 2013 thanks to Clive
Murray's excellent [Project Namer](http://codenames.clivemurray.com/).
See [`src/codenames.coffee`](src/codenames.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-codenames --save`
Then add **hubot-codenames** to your `external-scripts.json`:
```json
[
"hubot-codenames"
]
```
## Usage
```
Hubot> hubot suggest a name
Hubot> @alice How about SilverSheep?
```
## Acknowledgements
This wouldn't be possible without [Clive Murray's Project
Namer](http://codenames.clivemurray.com/).
## License
Copyright © 2015 Paul Mucur
Distributed under the MIT License.