Go Licensing Processor - thing that extracts licenses of your applications into various formats.
Go to file
Stanislav Nikitin a7bf1f29ba
Initial commit.
2020-02-06 15:09:25 +05:00
cmd/glp Initial commit. 2020-02-06 15:09:25 +05:00
configuration Initial commit. 2020-02-06 15:09:25 +05:00
httpclient Initial commit. 2020-02-06 15:09:25 +05:00
outputters Initial commit. 2020-02-06 15:09:25 +05:00
parsers Initial commit. 2020-02-06 15:09:25 +05:00
projecter Initial commit. 2020-02-06 15:09:25 +05:00
structs Initial commit. 2020-02-06 15:09:25 +05:00
README.md Initial commit. 2020-02-06 15:09:25 +05:00
glp.example.yaml Initial commit. 2020-02-06 15:09:25 +05:00

README.md

GLP

GLP stands for Go Licensing Processor. It is an utility that parses application's dependencies, gets their licenses and copyright information and writing gathered data into report file.

Supported report file formats

None yet.

Supported VCSes and sites

None yet.

Installation

It is enough to issue:

go get -u go.dev.pztrn.name/glp/cmd/glp

Configuration

None yet.