An open API service indexing awesome lists of open source software.

https://github.com/cloudquery/licenser

Scripts used to compile a list of used libraries and packages.
https://github.com/cloudquery/licenser

Last synced: 6 months ago
JSON representation

Scripts used to compile a list of used libraries and packages.

Awesome Lists containing this project

README

          

# License Scanner

This script scans the licenses of all the dependencies of modules in a given directory, and reports if any of them forbidden, notice, reciprocal or restricted types.

From this directory, can be run with:

```bash
go run . check .
go run . report .
```