A simple CLI tool that generates license documentation for Node.js projects. It
reads your package.json, finds your license file, and outputs a formatted
markdown section listing your project license and all dependency licenses.
npm install -g @gesslar/licensedOr as a dev dependency:
npm install --save-dev @gesslar/licensedRun from your project directory:
npx @gesslar/licensedThe tool outputs markdown to stdout that you can add to your README. The output includes:
- Your project's license with a link to the license file
- A table of all dependencies with their licenses and repository links
- Node.js v24.13.0 or higher
licensed is released into the public domain under the Unlicense.
This package includes or depends on third-party components under their own licenses:
| Dependency | License |
|---|---|
| @gesslar/toolkit | Unlicense |