generate-pincode-cli
v4.0.1
Published
CLI for generating random pincodes
Downloads
5
Readme
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
- generate-pincode The API for this module.