Go to file
Tran Hau c60b1a979b chore: add guide to install with go 1.16 2021-03-16 08:25:40 +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
LICENSE chore: add MIT LICENSE 2021-01-21 15:42:01 +07:00
README.md chore: add guide to install with go 1.16 2021-03-16 08:25:40 +00:00
go.mod feat: skeleton cli app 2021-01-21 14:32:21 +07:00
go.sum feat: skeleton cli app 2021-01-21 14:32:21 +07:00
license.go feat: add outputFlag 2021-01-21 15:41:40 +07:00
main.go feat: add outputFlag 2021-01-21 15:41:40 +07:00
stdin.go feat: add outputFlag 2021-01-21 15:41:40 +07:00

README.md

license

Go

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 .