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

https://github.com/root27/go-password

go-cli application to generate password
https://github.com/root27/go-password

Last synced: 20 days ago
JSON representation

go-cli application to generate password

Awesome Lists containing this project

README

          

# Go-Password

CLI tool to generate random password using Go and Cobra.

---

## Installation

```bash

go install github.com/root27/go-password@latest

```

---

## Homebrew

```bash

brew install root27/tools/go-password

```

or

```bash

brew tap root27/tools

brew install go-password

```

---

## Usage

```bash

go-password -h

```

---

## LICENSE

[MIT License](./LICENSE)

---

## Author

Oguzhan Dogan