Go to file
Tran Hau 7eb1ca475b feat: always use upper string for license name 2021-03-16 10:14:05 +00:00
.github/workflows chore: bump go 1.16 in github action 2021-03-16 08:22:23 +00:00
templates chore(templates): add MIT 2021-01-21 15:15:46 +07:00
.gitignore chore: ignore node 2021-01-21 15:51:44 +07:00
CHANGELOG.md chore(changelog): generate changelog with v0.1.0 2021-03-16 08:54:38 +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 refactor: read license from input 2021-03-16 10:09:54 +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 .