Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junosuarez/uuid-cli
generate uuids from the command line
https://github.com/junosuarez/uuid-cli
Last synced: 8 days ago
JSON representation
generate uuids from the command line
- Host: GitHub
- URL: https://github.com/junosuarez/uuid-cli
- Owner: junosuarez
- License: isc
- Created: 2015-04-30T23:44:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-19T03:18:54.000Z (about 5 years ago)
- Last Synced: 2024-09-29T21:39:36.329Z (about 2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# uuid-cli
generate uuids from the command line## usage
```sh
> 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](https://www.npmjs.com/package/uuid)
## contributors
- jden
## license
ISC. (c) MMXV jden . See [LICENSE.md](LICENSE.md)