Skip to main content

dep-license

Show the license for a dependency bundled with Ritual.

Without a package name, opens an interactive list showing all bundled dependencies. Primary dependencies (direct entries in package.json) are listed first, followed by transitive dependencies. Type to search and filter across both sections.

Usage

./ritual dep-license [package] [options]

Arguments

ArgumentDescription
[package]Name of the package to display the license for

Options

OptionDescription
--plainOutput license text directly to stdout

Examples

Open the interactive dependency picker:

./ritual dep-license

View a specific package license directly:

./ritual dep-license commander

View a scoped package license:

./ritual dep-license @tailwindcss/cli

Print a license to stdout:

./ritual dep-license prompts --plain