This is a cli wrapper for Eric Elliott'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
Huge thanks to Johannes Schickling for giving me access to this package name so we can merge forces and give you more control on the command line.
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!