license/README.md

14 lines
162 B
Markdown
Raw Normal View History

2021-01-21 08:51:50 +00:00
# license
Generate `LICENSE` file automatically.
Support:
- [MIT](https://choosealicense.com/licenses/mit/)
Use:
```sh
go run *.go --name MIT --output .
```