0.0.7 • Published 4 years ago
@gmana/pw v0.0.7
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 "pw" from anywhere
npm link
# Now you can run
pw (options)
# To remove symlink
npm unlinkOptions
| 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 |