2.0.0 • Published 2 years ago

@lbergeron/uuid-cli v2.0.0

Weekly downloads
8
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

2.0.0

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.1

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0-alpha2

4 years ago

0.1.0-alpha1

4 years ago