README
uuid-cli
generate uuids from the command line
usage
> 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
installation
$ npm install -g uuid-cli
installs as command uuid
programmatic usage
Use the module that this depends on, uuid
contributors
- jden jason@denizac.org
license
ISC. (c) MMXV jden jason@denizac.org. See LICENSE.md