Skip to content

krithikagoyal/Password-generator

Repository files navigation

Password-generator

A command line application for generating password.

Running the app

Fork the repository and inside the forked folder, run the following commands

npm install
npm link

Usage

For generating the password, following cammand is used

passgen

User can configure the password using these options

  -V, --version          output the version number
  -l, --length <number>  Length of password (default: 10)
  -s, --save             Save password to passwords.txt
  -nn, --no-numbers      Password will not contain numbers
  -ns, --no-symbols      Password will not contain symbols
  -h, --help             display help for command

About

A command-line application for generating passwords.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published