2.0.0 • Published 7 months ago

@lbergeron/uuid-cli v2.0.0

Weekly downloads
8
License
MIT
Repository
github
Last release
7 months ago

uuid-cli

Command-line tool for generating and validating UUIDs.

Installation

> npm install -g @lbergeron/uuid-cli

Generating a random UUID

Simply call the executable with no arguments. A random UUID v4 will be generated and copied to the clipboard.

> uuid

8de8ac0e-a75d-41af-a982-c35d30b36670

Generating a scoped UUID

To generate a scoped UUID using a name and namespace, you can call the executable like this.

> uuid --ns 8de8ac0e-a75d-41af-a982-c35d30b36670 --name "Put the name here"

b6103b34-ba45-5a81-8399-f41e7a5b0d6a

If you omit the ns argument, a random namespace UUID will be generated.

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

2.0.0

7 months ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.1

3 years ago

0.2.2

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0-alpha2

3 years ago

0.1.0-alpha1

3 years ago