Generate open-source license for your projects from terminal. Written in Go
.
Go
installed and set up in your device- If you haven't set up
Go
, refer: Go Installation guide
To install, run:
go install github.com/amirfakhrullah/license-gen@latest
Run the script below:
license-gen
- Clone or fork this repository
- To clone:
git clone https://github.com/amirfakhrullah/license-gen.git
- To Run:
go run main.go
- To build:
go build
License under the MIT License