generate uuids from the command line
> uuid
7856f935-25a3-4455-96a1-de90797748f6
# generates a v4 (random) uuid by default
# to generate a v1 (time-based) uuid:
> uuid -v1
642b9900-ef92-11e4-84b0-939e6a3b4d97
$ npm install -g uuid-cli
installs as command uuid
Use the module that this depends on, uuid
- jden jason@denizac.org
ISC. (c) MMXV jden jason@denizac.org. See LICENSE.md