Socket
Socket
Sign inDemoInstall

cuid-cli

Package Overview
Dependencies
28
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cuid-cli

cli to generate cuid's


Version published
Maintainers
2
Created

Readme

Source

cuid CLI

All Contributors npm (scoped)

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

Install

npx cuid-cli
npx cuid-cli 5

or

yarn global add cuid-cli

or

npm -g install 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
  • cuid

Acknowledgements

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.

Contributors

Thanks goes to these wonderful people (emoji key):

Can
Can

💬 🐛 💻 📖 👀
Stefan Ladwig
Stefan Ladwig

📖
Johannes Schickling
Johannes Schickling

🚇

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

Keywords

FAQs

Last updated on 29 Dec 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc