0.1.0 • Published 3 years ago

@devmoath/pass v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Password Generator CLI Node.js Package

Node.js cli to generate passwords

Installation

npm i -g @devmoath/pass

Usage

pass [options]

Options

-V, --version          output the version number
-l, --length <number>  length of the password (default: "8")
-n, --no-numbers       remove numbers
-s, --no-symbols       remove symbols
-h, --help             display help for command