This package has been deprecated

Author message:

Moved to cuid-cli package name https://www.npmjs.com/package/cuid-cli

@gaiama/cuid-cli

1.0.12 • Public • Published

cuid CLI

All Contributors npm (scoped)

this is a cli wrapper for Eric Elliot's cuid script

Install

$ yarn global add @gaiama/cuid-cli
or
$ npm -g install @gaiama/cuid-cli

Usage

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

Related

Contributors

Thanks goes to these wonderful people (emoji key):


Can

💬 🐛 💻 📖 👀

Stefan Ladwig

📖

This project follows the all-contributors specification. Contributions of any kind are welcome!

Package Sidebar

Install

npm i @gaiama/cuid-cli

Weekly Downloads

1

Version

1.0.12

License

MIT

Unpacked Size

7.25 kB

Total Files

5

Last publish

Collaborators

  • canrau