Skip to content

MohamedIbrahim13/passgen.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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