glp/README.md

28 lines
537 B
Markdown
Raw Normal View History

2020-02-06 15:09:25 +05:00
# 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.
2020-02-06 15:13:25 +05:00
## Supported languages
2020-02-07 21:34:42 +05:00
* Go (dep and modules)
2020-02-06 15:13:25 +05:00
2020-02-06 15:09:25 +05:00
## Supported report file formats
2020-02-06 15:13:25 +05:00
* CSV
2020-02-06 15:09:25 +05:00
2020-02-06 15:13:25 +05:00
## Supported VCS and sites
2020-02-06 15:09:25 +05:00
2020-02-07 21:34:42 +05:00
None yet. It executes HTTP request with ``?go-get=1`` parameter to get go-import and go-source data.
2020-02-06 15:09:25 +05:00
## Installation
It is enough to issue:
```bash
go get -u go.dev.pztrn.name/glp/cmd/glp
```
## Configuration
*None yet.*