Skip to content

v0.1.2

Compare
Choose a tag to compare
@kuritka kuritka released this 09 Mar 13:35
· 34 commits to main since this release

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