1.0.2 • Published 4 years ago

cli-passgen v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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 "cli-passgen" from anywhere

Installation

Install the CLI globally

npm install -g cli-passgen

Now you can run

cli-passgen (options)

To remove symlink

npm uninstall -g cli-passgen

example

cli-passgen -l 10 -nn

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