Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baptistelambert/shortid-cli
Generate short non-sequential url-friendly unique ids from the command line. Based on https://www.npmjs.org/package/shortid.
https://github.com/baptistelambert/shortid-cli
cli generator nodejs
Last synced: 22 days ago
JSON representation
Generate short non-sequential url-friendly unique ids from the command line. Based on https://www.npmjs.org/package/shortid.
- Host: GitHub
- URL: https://github.com/baptistelambert/shortid-cli
- Owner: baptistelambert
- License: mit
- Created: 2017-09-06T12:06:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T14:01:48.000Z (over 7 years ago)
- Last Synced: 2024-04-27T15:03:41.443Z (9 months ago)
- Topics: cli, generator, nodejs
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/shortid-cli
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `shortid-cli`
### Generate short non-sequential url-friendly unique ids from the command line. Based on https://www.npmjs.org/package/shortid.
## `Installation`
```bash
# with yarn:
$ yarn global add shortid-cli# with npm
$ npm i -g shortid-cli
```
## `Usage`
```
Usage: shortid-cli [options]Options:
-V, --version output the version number
--validate Check if an id is a valid shortid
-n --number Number of ids to generate
-h, --help output usage information
```