1.0.3 • Published 4 years ago
@mohamedibrahim13/password-generator v1.0.3
Simple Password Generator App
Node.js command line app built with JavaScript to generate random passwords.
Usage
Install dependencies
npm installRun file
node index (options)To create a symlink to run "passgen" from anywhere
npm link
# Now you can run
passgen (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 |
1.0.3
4 years ago