Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanwalther/guid-cli
Dead simple CLI-tool to generate a Global Unique Identifier (GUID, UUID).
https://github.com/stefanwalther/guid-cli
Last synced: about 5 hours ago
JSON representation
Dead simple CLI-tool to generate a Global Unique Identifier (GUID, UUID).
- Host: GitHub
- URL: https://github.com/stefanwalther/guid-cli
- Owner: stefanwalther
- Created: 2016-05-25T21:29:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T21:38:40.000Z (over 7 years ago)
- Last Synced: 2024-11-01T23:47:47.099Z (4 days ago)
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# guid-cli
Dead simple CLI-tool to generate a Global Unique Identifier (GUID, UUID).
## Install
```bash
$ npm install guid-cli -g
```### Usage
```bash
$ guid
```Will return
![guid-cli output](/docs/images/output.png)
That's it, dead simple ;-)
## Author
**Stefan Walther**
+ [qliksite.io](http://qliksite.io)
* [twitter/waltherstefan](http://twitter.com/waltherstefan)
* [github.com/stefanwalther](http://github.com/stefanwalther)## License
Copyright © 2016 Stefan Walther
Released under the MIT license.
***
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 26, 2016._