https://github.com/msaaddev/password-gen-cli
🔥 Generates random password and copies it to your clipboard
https://github.com/msaaddev/password-gen-cli
cli javascript nodejs password-generator
Last synced: about 1 year ago
JSON representation
🔥 Generates random password and copies it to your clipboard
- Host: GitHub
- URL: https://github.com/msaaddev/password-gen-cli
- Owner: msaaddev
- License: mit
- Created: 2020-06-09T19:03:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T13:44:53.000Z (almost 5 years ago)
- Last Synced: 2024-10-28T15:01:41.172Z (over 1 year ago)
- Topics: cli, javascript, nodejs, password-generator
- Language: JavaScript
- Homepage: https://twitter.com/MSaaddev
- Size: 1.13 MB
- Stars: 26
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README

🚀 password-gen-cli
Tired of thinking new passwords everytime you sign up somewhere!? Don't worry anymore. I got you covered. 😉
## 👉 FEATURES
- 🔑 Generate Random Passwords
- 📋 No need to copy the password. Just press ⌘ Command + V where you want to paste it.
## 🎩 INSTALLATION
Install the CLI globally. If you are windows user, run your command prompt/terminal as administrator. If you are macOS user, add `sudo` before the following command.
```
npm i -g password-gen-cli
```
You can also use it using npx.
```sh
npx password-gen-cli
```
## 🏗 USAGE
Run the CLI by typing the following command in your terminal/command prompt. This will generate the password and **copy** it on your clipboard. The only thing you need to do is to **paste** it where you are signing up.
```
pgen
```
A random password will be generated & then will be copied to the clipboard.

## ⚡️ Other Projects
I have curated a [detailed list](https://github.com/msaaddev/open-source) of all the open-source projects I have authored. Do take out a moment and take a look.
## 🔑 License & Conduct
- MIT © [Saad Irfan](https://github.com/msaaddev)
- [Code of Conduct](https://github.com/msaaddev/password-gen-cli/blob/master/CODE-OF-CONDUCT.md)