license/README.md

16 lines
279 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/)
Use:
```sh
go run *.go --name MIT --output .
```