Go to file
Tran Hau 100e8a249d chore: update gitignore 2021-04-17 00:30:14 +07:00
.github/workflows chore: update go on github action 2021-04-17 00:29:59 +07:00
templates chore(templates): add MIT 2021-01-21 15:15:46 +07:00
.gitignore chore: update gitignore 2021-04-17 00:30:14 +07:00
CHANGELOG.md chore(changelog): generate v0.3.0 2021-03-17 04:25:05 +00:00
LICENSE chore: add MIT LICENSE 2021-01-21 15:42:01 +07:00
README.md chore(readme): add pkg.go.dev badge 2021-03-16 08:35:31 +00:00
go.mod build: bump go 1.16 in go.mod 2021-03-16 09:02:53 +00:00
go.sum feat: skeleton cli app 2021-01-21 14:32:21 +07:00
license.go feat: always use upper string for license name 2021-03-16 10:14:05 +00:00
main.go feat: use os.WriteFile instead of ioutil.WriteFile 2021-03-17 04:24:02 +00:00
stdin.go chore: add comment for stdin 2021-03-16 09:59:42 +00:00

README.md

license

Go Go Reference

Generate LICENSE file automatically.

Support:

Install

With Go version >= 1.16:

go install github.com/haunt98/license@latest

With Go version < 1.16:

GO111module=on go get github.com/license/changeloguru

Usage

license --name MIT --output .