0.0.7 • Published 3 years ago

@gmana/pw v0.0.7

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
3 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 "pw" from anywhere

npm link

# Now you can run
pw (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
0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago