1.0.4 • Published 1 year ago

generator-password v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Command Line Password Generator

Node.js command line app to generate random passwords

Git

===> https://gitlab.com/asmaalagzouli/generatorpassword.git

Usage

Install dependencies

npm install

Run file

node index (options)
npm link
# Now you can run
generator-password (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
1.0.4

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago