Skip to content

A node.js command line app to generate random passwords.

Notifications You must be signed in to change notification settings

soumikdr/passgen-nodejs

Repository files navigation

Command Line Password Generator

Node.js command line app to generate random passwords. Extended from https://github.com/bradtraversy/passgen

Usage

Install dependencies

npm install

Run file

node index (options)

To create a symlink to run "passgen" from anywhere (read about-running-scripts.txt)

npm link

# Now you can run
passgen (options)

# To remove symlink
npm unlink

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

About

A node.js command line app to generate random passwords.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published