1.0.0 • Published 3 years ago

passgen-dm v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Command Line Password Generator

Node.js command line app to generate random passwords

Usage

Install dependencies

npm install

Run 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 unlink

Options

ShortLongDescription
-l--length length of password (default: 8)
-s--savesave password to passwords.txt
-nn--no-numbersremove numbers
-ns--no-symbolsremove symbols
-h--helpdisplay help for command
-V--versionShow the version