license/README.md

30 lines
467 B
Markdown
Raw Normal View History

2021-01-21 08:51:50 +00:00
# license
[![Go](https://github.com/haunt98/license/workflows/Go/badge.svg?branch=main)](https://github.com/actions/setup-go)
2021-01-21 08:51:50 +00:00
Generate `LICENSE` file automatically.
Support:
- [MIT](https://choosealicense.com/licenses/mit/)
## Install
With Go version `>= 1.16`:
```sh
go install github.com/haunt98/license@latest
```
With Go version `< 1.16`:
```sh
GO111module=on go get github.com/license/changeloguru
```
## Usage
2021-01-21 08:51:50 +00:00
```sh
license --name MIT --output .
2021-01-21 08:51:50 +00:00
```