New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@gesslar/licensed

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gesslar/licensed

Simple CLI to produce license copy for README.md

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

@gesslar/licensed

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.

Installation

npm install -g @gesslar/licensed

Or as a dev dependency:

npm install --save-dev @gesslar/licensed

Usage

Run from your project directory:

npx @gesslar/licensed

The 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

Requirements

  • Node.js v24.13.0 or higher

License

licensed is released into the public domain under the Unlicense.

This package includes or depends on third-party components under their own licenses:

DependencyLicense
@gesslar/toolkitUnlicense

FAQs

Package last updated on 20 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts