An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/password-generator/password-generator-cli)

[![NPM Version](https://img.shields.io/npm/v/@password-generator/cli.svg?style=flat-square)](https://www.npmjs.com/package/@password-generator/cli) [![NPM Monthly Downloads](https://img.shields.io/npm/dm/@password-generator/cli.svg?style=flat-square)](https://npmjs.org/package/@password-generator/cli)

[![License](https://img.shields.io/github/license/password-generator/password-generator-cli?style=flat-square)](LICENSE.md) [![Last Commit](https://img.shields.io/github/last-commit/password-generator/password-generator-cli?style=flat-square)](https://github.com/password-generator/password-generator-cli/commits/) ![Language Most Used](https://img.shields.io/github/languages/top/password-generator/password-generator-cli?style=flat-square) [![Implementations](https://img.shields.io/badge/%F0%9F%92%A1-implementations-8C8E93.svg?style=flat-square)](https://github.com/password-generator/password-generator-cli/issues) ![Repository Size](https://img.shields.io/github/repo-size/password-generator/password-generator-cli?style=flat-square)

[![Forks](https://img.shields.io/github/forks/password-generator/password-generator-cli?style=social)](https://github.com/password-generator/password-generator-cli/network/members) [![Stars](https://img.shields.io/github/stars/password-generator/password-generator-cli?style=social)](https://github.com/password-generator/password-generator-cli/stargazers) [![Watches](https://img.shields.io/github/watchers/password-generator/password-generator-cli?style=social)](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

Mikael-R

[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)_