1.0.3 • Published 3 years ago

@mohamedibrahim13/password-generator v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Simple Password Generator App

Node.js command line app built with JavaScript 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