https://github.com/password-generator/password-generator-cli
CLI to generate good passwords
https://github.com/password-generator/password-generator-cli
cli gluegun npm-package password password-generator security-tools typescript
Last synced: 3 months ago
JSON representation
CLI to generate good passwords
- Host: GitHub
- URL: https://github.com/password-generator/password-generator-cli
- Owner: password-generator
- License: mit
- Created: 2020-08-28T23:38:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T18:58:03.000Z (over 4 years ago)
- Last Synced: 2025-03-03T17:04:50.420Z (3 months ago)
- Topics: cli, gluegun, npm-package, password, password-generator, security-tools, typescript
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://gitpod.io/#https://github.com/password-generator/password-generator-cli)
[](https://www.npmjs.com/package/@password-generator/cli) [](https://npmjs.org/package/@password-generator/cli)
[](LICENSE.md) [](https://github.com/password-generator/password-generator-cli/commits/)  [](https://github.com/password-generator/password-generator-cli/issues) 
[](https://github.com/password-generator/password-generator-cli/network/members) [](https://github.com/password-generator/password-generator-cli/stargazers) [](https://github.com/password-generator/password-generator-cli/watchers)
Welcome to password-generator-cli 👋
🚧 password-generator-cli in development... 🚧
> CLI to generate good passwords
### 🔖 Table Of Contents
- 📃 [About](#about)
- 🤔 [How To Use](#how-to-use)
- 🚀 [Technologies](#technologies)
- 🌱 [Minimal Requirements](#minimal-requirements)
- 💡 [How To Contribute](#how-to-contribute)
- 🤗 [Contributors](#contributors)
- 👤 [Author](#author)
- 🔏 [License](#license)---
📃 About
The command line interface (cli) of the password generator franchise ready to be used with all the resources and the same [algorithm](https://github.com/password-generator/password-generator-package).
See also [password-generator-web](https://github.com/password-generator/password-generator-web)!
[Back To The Top](#title)
---
🤔 How To Use
#### 🌐 Online
```sh
npx @password-generator/cli
```
or using yarn v2-beta
```sh
yarn dlx @password-generator/cli
```[Back To The Top](#title)
---
🚀 Technologies
- Gluegun
- Typescript
- NodeJS[Back To The Top](#title)
---
🌱 Minimal Requirements
- Node
- NPM/Yarn[Back To The Top](#title)
---
💡 How To Contribute
- Make a fork of this repository
- Clone to you machine and entry on respective paste
- Create a branch with your resource: `git checkout -b my-feature`
- Commit your changes: `git commit -m 'feat: My new feature'`
- Push your branch: `git push origin my-feature`
- A green button will appear at the beginning of this repository
- Click to open and fill in the pull request information
Contributions, issues and features requests are welcome!
📮 Submit PRs to help solve issues or add features
🐛 Find and report issues
🌟 Star the project
[Back To The Top](#title)
---
🤗 Contributors
[Back To The Top](#title)
---
👤 Author
🤓 **Mikael Rolim de Aquino **
- Github: [@Mikael-R](https://github.com/Mikael-R)
[Back To The Top](#title)
---
🔏 License
Copyright © 2020 [Mikael Rolim de Aquino ](https://github.com/password-generator)
This project is licensed by [MIT License](https://api.github.com/licenses/mit).
[Back To The Top](#title)
---
_This README was generated with 💟 by [readme-template-generator](https://github.com/Mikael-R/readme-template-generator)_