1.2.3 • Published 6 years ago

word-pw v1.2.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

word-pw

Size npm version

Generate a password using random words (eg: HorseStapleBattery).

It currently supports an English, French and Spanish dictionary and uses no external dependencies.

Install it as a global command :

npm i -g word-pw

Usage:

wordpw <x>

wordpw <x> --es | --spanish

wordpw <x> --fr | --french

wordpw --v | --version

wordpw -h | --help

Options:

<x> Number of words to use.

-h --help Show the help screen.

-v --version Show version.

--es --spanish Uses Spanish dictionary.

--fr --french Uses French dictionary.

Exemples:

> wordpw 3
< ClassicExpectGamble
> wordpw 4 --fr
< ParkingAvrilLarbinVolume
> wordpw 3 --es
< ParcelaOlorTutor
1.2.3

6 years ago

1.2.2

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.2.1

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago