Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```