Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eccenca/ecc-license-checker
https://github.com/eccenca/ecc-license-checker
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/eccenca/ecc-license-checker
- Owner: eccenca
- Created: 2016-05-24T13:38:40.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2021-05-10T15:55:11.000Z (over 3 years ago)
- Last Synced: 2024-04-14T11:51:09.714Z (8 months ago)
- Language: JavaScript
- Size: 331 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ecc-license-checker
This tool enables you to manage the licenses of your npm dependencies easily.
It offers three commands:- `ecc-license-checker report` Create a report of currently installed npm production dependencies in yaml format
- `ecc-license-checker consolidate` Consolidate an existing curated report with a freshly generated report
- `ecc-license-checker yaml2json` Convert a yaml report into a json report grouped by license```
npm install -g ecc-license-checker
ecc-license-checker --help
ecc-license-checker report --help
ecc-license-checker consolidate --help
ecc-license-checker yaml2json --help
```If you want to update the SPDX license list, run (requires curl and jq):
```
npm run spdx
```