0.5.0 • Published 6 years ago

cli-guid v0.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

cli-guid

node command line tool for generating a number of guids in the command line.

The main entry point exposes a function that generates a list of guids. The command line tool prints each id generated on a new line.

Usage

npm install -g cli-guid

$ guid [number]

Note

  • Uses uuid to generate the guid
  • Number is optional. If not supplied 1 guid will be printed
  • Lenient parsing - any argument that can't be parsed will default to 1
0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago