devabdultech / node-password-generator-cli

A simple customizable password generator for the command line. Generate strong, random passwords with options for length, inclusion of numbers and symbols, and more. Copy generated password to your clipboard or save them to a file for safe keeping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node-Password-Generator-CLI

A simple customizable password generator for the command line. Generate strong, random passwords with options for length, inclusion of numbers and symbols, and more. Copy generated password to your clipboard or save them to a file for safe keeping.

Running Locally

After cloning the repo in any of your prefered IDE. Run ## npm

npm install
``` install the packages.

Then, run the application in the command line using the keyword "generate".

## License

- MIT © 

About

A simple customizable password generator for the command line. Generate strong, random passwords with options for length, inclusion of numbers and symbols, and more. Copy generated password to your clipboard or save them to a file for safe keeping.

License:MIT License


Languages

Language:JavaScript 100.0%