2.0.0 • Published 10 years ago

uuid-cli v2.0.0

Weekly downloads
34
License
ISC
Repository
github
Last release
10 years ago

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

license

ISC. (c) MMXV jden jason@denizac.org. See LICENSE.md

2.0.0

10 years ago

1.0.0

10 years ago