cli-passgen
v1.0.2
Published
CLI based simple password generator
Downloads
7
Maintainers
Readme
Command Line Password Generator
Node.js command line app to generate random passwords
Usage
Install dependencies
npm installRun file
node index (options)To create a symlink to run "cli-passgen" from anywhere
Installation
Install the CLI globally
npm install -g cli-passgenNow you can run
cli-passgen (options)To remove symlink
npm uninstall -g cli-passgenexample
cli-passgen -l 10 -nnOptions
| Short | Long | Description | | ----- | ----------------- | ------------------------------- | | -l | --length | length of password (default: 8) | | -s | --save | save password to passwords.txt | | -nn | --no-numbers | remove numbers | | -ns | --no-symbols | remove symbols | | -h | --help | display help for command | | -V | --version | Show the version |
