go-lcs is a command-line tool for adding a LICENSE file where one might want it.
The lcs command-line application can be installed with the following command:
go install github.com/Trashed/go-lcs/cmd/lcs@latest
On Linux, one could create a MIT license in the current directory by simply calling:
lcs [argument] > LICENSE
for example:
lcs mit > LICENSE
| License | Argument |
|---|---|
| MIT | mit |
| Mozilla Public License | mozilla-public |
| GNU GPL v3 | gplv3 |