1.0.0 • Published 3 years ago

passgen.js v1.0.0

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

Simple Password Generator App

Command Line App built with Node.js to generate random passwords.

Usage

npm install passgen.js

Run "passgen" with aptions below or without it.

Your generated password will be copied automatically to your clipboard

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