1.0.12 • Published 5 years ago

@gaiama/cuid-cli v1.0.12

Weekly downloads
11
License
MIT
Repository
github
Last release
5 years ago

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!

1.0.12

5 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago