You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
cmd/glp | 3 years ago | |
configuration | 3 years ago | |
httpclient | 3 years ago | |
outputters | 3 years ago | |
parsers | 3 years ago | |
projecter | 3 years ago | |
structs | 3 years ago | |
README.md | 3 years ago | |
glp.example.yaml | 3 years ago | |
go.mod | 3 years ago | |
go.sum | 3 years ago |
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 languages
- Go (dep and modules)
Supported report file formats
- CSV
Supported VCS and sites
None yet. It executes HTTP request with ?go-get=1
parameter to get go-import and go-source data.
Installation
It is enough to issue:
go get -u go.dev.pztrn.name/glp/cmd/glp
Configuration
None yet.