Skip to content
/ pw Public

Simple password generator wizard in Node.js

Notifications You must be signed in to change notification settings

athill/pw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pw

Super simple password generator wizard. Customize character types (lowercase, numbers, symbols, uppercase) and length.

Default choices:

Choice Value
types lowercase, numbers, uppercase
length 20

Usage

In the pw directory:

$ npm install # before first run
$ node .

I create a ~/bin/pw file with contents such as the following:

#!/bin/bash

cd /path/to/pw
node . "$@"

Then add ~/bin to your path if it's not already there and chmod u+x ~/bin/pw and you can start it via

$ pw

from anywhere.

Options

Option Action
--save Save the choices of the current run as default
--help Display help information
--reset Reset default choices to original
--version Display current version

About

Simple password generator wizard in Node.js

Resources

Stars

Watchers

Forks

Packages

No packages published