https://github.com/haunt98/license
Generate LICENSE file automatically.
https://github.com/haunt98/license
go
Last synced: 2 months ago
JSON representation
Generate LICENSE file automatically.
- Host: GitHub
- URL: https://github.com/haunt98/license
- Owner: haunt98
- License: mit
- Created: 2021-01-21T08:46:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-21T15:54:24.000Z (6 months ago)
- Last Synced: 2025-04-21T16:41:05.753Z (6 months ago)
- Topics: go
- Language: Go
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# license
[](https://github.com/haunt98/license/actions/workflows/go.yaml)
[](https://github.com/haunt98/license/actions/workflows/gitleaks.yml)
[](https://pkg.go.dev/github.com/haunt98/license)
[](https://github.com/haunt98/license/tags)
Generate license file (`LICENSE`, `COPYING`, ...) automatically.
Support:
- [MIT](https://choosealicense.com/licenses/mit/)
- [GNU GPLv3](https://choosealicense.com/licenses/gpl-3.0/)
- [Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/)
## Install
```sh
go install github.com/haunt98/license@latest
```
## Usage
```sh
license generate
```