cli-passgen

1.0.2 • Public • Published

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 "cli-passgen" from anywhere

Installation

Install the CLI globally

npm install -g cli-passgen

Now you can run

cli-passgen (options)

To remove symlink

npm uninstall -g cli-passgen

example

cli-passgen -l 10 -nn

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

Package Sidebar

Install

npm i cli-passgen

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

3.79 kB

Total Files

5

Last publish

Collaborators

  • babandeepsingh