From 30a3c906733a3d7502cd3c5014266033632b55a4 Mon Sep 17 00:00:00 2001 From: Bernhard Pottler Date: Thu, 12 Dec 2024 06:51:02 +0100 Subject: [PATCH] docs: add list of "associated" packages to readme file --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0663066..89160ab 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # ANNOUNCEMENT: repository changing ownership -On the 16th of March 2024 this repository will change ownership and move to the personal account of one of it's maintainers, [Yaniv Kessler](https://github.com/kessler) +On the 16th of March 2024 this repository has changed ownership and moved to the personal account of one of it's maintainers, [Yaniv Kessler](https://github.com/kessler) -Ownership change will also occur on the npm registry to [Yaniv Kessler](https://www.npmjs.com/~kessler) +Ownership change also occurred on the npm registry to [Yaniv Kessler](https://www.npmjs.com/~kessler) # NPM License Report Tool @@ -351,4 +351,16 @@ The following is the list of supported types: To ensure the syntax of commit messages `commitlint` is used, triggered by `husky`. This feature must be activated with `npm run activate-commitlint` once for every local clone of `license-report`. +## Associated packages + +To cover special needs there is a short list of "associated" packages + +- [license-report-recursive](https://www.npmjs.com/package/license-report-recursive) - a clone of license-report that covers dependencies of dependencies too. + +- [license-downloader](https://www.npmjs.com/package/license-downloader) - downloads all the license files of the dependencies using the output of license-report as input. + +- [license-report-check](https://www.npmjs.com/package/license-report-check) - validates the types of the licenses of dependencies based on a list of allowed / forbidden license types. This package uses the output of license-report as input. + +--- + ![ironSource logo](ironsource.png)