generate-pincode-cli

CLI for generating random pincodes


Keywords
cli, pin, pincode, random
License
MIT
Install
npm install generate-pincode-cli@1.0.1

Documentation

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