generate-pincode-cli

CLI for generating random pincodes

Usage no npm install needed!

<script type="module">
  import generatePincodeCli from 'https://cdn.skypack.dev/generate-pincode-cli';
</script>

README

js-standard-style

generate-pincode-cli

CLI for generating random pincodes.

Installation

From npm

$ npm install generate-pincode-cli -g

Usage

If not supplied with a length it returns a four digit pincode.

$ pincode

Optionally pass in length

$ pincode <length>

To see version number

$ pincode -v

To see help

$ pincode -h

with npx

If you don't want to install anything you can use npx

$ npx generate-pincode-cli

Related

License

MIT