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
- Host: GitHub
- URL: https://github.com/root27/go-password
- Owner: root27
- License: mit
- Created: 2023-12-12T12:46:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T12:52:22.000Z (over 2 years ago)
- Last Synced: 2025-01-10T08:58:40.691Z (over 1 year ago)
- Language: Go
- Size: 4.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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