Skip to 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.

Terminal window
./ritual dep-license [package] [options]
ArgumentDescription
[package]Name of the package to display the license for
OptionDescription
--plainOutput license text directly to stdout

Open the interactive dependency picker:

Terminal window
./ritual dep-license

View a specific package license directly:

Terminal window
./ritual dep-license commander

View a scoped package license:

Terminal window
./ritual dep-license prompts

Print a license to stdout:

Terminal window
./ritual dep-license prompts --plain