deplic
v1.0.4
Published
Generate a readable document of project dependencies with their licenses, and makes sure all licences are permissive.
Downloads
231
Maintainers
Readme
deplic
A TypeScript package that generates a readable document of project dependencies with their licenses, and makes sure all licences are permissive.
Example: https://github.com/AspireOne/deplic/blob/main/dependencies.md
Installation
pnpm i deplic
Usage
Just run "pnpm deplic" from the root of your project, and a "dependencies.md" file will be created, with dependencies cached for one week.
You can use this for example in a pre-commit hook.