https://github.com/mrinjamul/hubot-uuid
Hubot generates uuid
https://github.com/mrinjamul/hubot-uuid
bot hubot hubot-scripts uuid
Last synced: about 1 year ago
JSON representation
Hubot generates uuid
- Host: GitHub
- URL: https://github.com/mrinjamul/hubot-uuid
- Owner: mrinjamul
- License: mit
- Created: 2021-06-30T15:56:09.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-30T19:52:15.000Z (almost 5 years ago)
- Last Synced: 2025-02-25T03:35:12.666Z (over 1 year ago)
- Topics: bot, hubot, hubot-scripts, uuid
- Language: CoffeeScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hubot-uuid
A hubot script to generate uuid
See [`src/uuid.js`](src/uuid.js) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-uuid --save`
Then add **hubot-uuid** to your `external-scripts.json`:
```json
["hubot-uuid"]
```
## Sample Interaction
```
hubot uuid me - generate uuid for you
```