4.0.1 • Published 4 years ago
generate-pincode-cli v4.0.1
generate-pincode-cli
CLI for generating random pincodes.
Installation
From npm
$ npm install generate-pincode-cli -gUsage
If not supplied with a length it returns a four digit pincode.
$ pincodeOptionally pass in length
$ pincode <length>To see version number
$ pincode -vTo see help
$ pincode -hwith npx
If you don't want to install anything you can use npx
$ npx generate-pincode-cliRelated
- generate-pincode The API for this module.