Skip to content

junosuarez/uuid-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

generate uuids from the command line

Resources

License

Stars

Watchers

Forks

Packages

No packages published