Skip to content

Commit 30a3c90

Browse files
committed
docs: add list of "associated" packages to readme file
1 parent 6c7f8cb commit 30a3c90

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ANNOUNCEMENT: repository changing ownership
22

3-
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)
3+
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)
44

5-
Ownership change will also occur on the npm registry to [Yaniv Kessler](https://www.npmjs.com/~kessler)
5+
Ownership change also occurred on the npm registry to [Yaniv Kessler](https://www.npmjs.com/~kessler)
66

77
# NPM License Report Tool
88

@@ -351,4 +351,16 @@ The following is the list of supported types:
351351

352352
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`.
353353

354+
## Associated packages
355+
356+
To cover special needs there is a short list of "associated" packages
357+
358+
- [license-report-recursive](https://www.npmjs.com/package/license-report-recursive) - a clone of license-report that covers dependencies of dependencies too.
359+
360+
- [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.
361+
362+
- [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.
363+
364+
---
365+
354366
![ironSource logo](ironsource.png)

0 commit comments

Comments
 (0)