An open API service indexing awesome lists of open source software.

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

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
```