v0.1.2
inject command implementation:
- injects license into file filtered by
.licignore
. - it generates licenses based on configuration
- configuration can be extended by PR or it can use custom configuration (
-u
argument) - requires only copyright (
-c
) argument
Examples:
golic inject -c="2021 ABSA Group Limited" --dry
- In case you don't have compiled version:
GO111MODULE=on GOSUMDB=off go get github.com/AbsaOSS/[email protected]
$(GOBIN)/golic inject -c="2021 MyCompany ltd." --dry