cli to generate cuid's
npm install cuid-clithis is a cli wrapper for Eric Elliot's cuid script
```
npx cuid-cli
npx cuid-cli 5`
or`
yarn global add cuid-cli`
or`
npm -g install cuid-cli
``
cuid --help
Usage: cuid [times] [options]
Options:
--version, -V Show version number [boolean]
-t, --times Specify number of ids
-c, --clear Clear console before output [boolean]
-s, --slug cuid().slug [boolean]
-h, --help Show help [boolean]
Examples:
cuid prints 1 id
cuid 5 prints 5 ids
cuid 5 -s prints 5 short id
cuid -s 5 same as above (5 short id)
cuid -cst 10 clears the terminal & prints 10 short ids
cuid -cs 10 same as above
cuid 10 -cs same as above
Get more info about cuids https://usecuid.org
```
Thanks goes to these wonderful people (emoji key):
Can 💬 🐛 💻 📖 👀 | Stefan Ladwig 📖 | Johannes Schickling 🚇 |
This project follows the all-contributors specification. Contributions of any kind are welcome!