1.0.4 • Published 3 years ago
generator-password v1.0.4
Command Line Password Generator
Node.js command line app to generate random passwords
Git
===> https://gitlab.com/asmaalagzouli/generatorpassword.git
Usage
Install dependencies
npm installRun file
node index (options)npm link
# Now you can run
generator-password (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 |