diff --git a/README.md b/README.md new file mode 100644 index 0000000..c92c43a --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# license + +Generate `LICENSE` file automatically. + +Support: + +- [MIT](https://choosealicense.com/licenses/mit/) + +Use: + +```sh +go run *.go --name MIT --output . +```