list-dependents-cli
v2.6.1
Published
Lists all dependents of a project, using npm or ecosyste.ms
Downloads
984
Readme
list-dependents-cli
Lists all dependents of a project, using npm and ecosyste.ms
.
CLI-companion to list-dependents
, use it directly if you want to use it programmatically.
Install
Globally
npm install -g list-dependents-cli
Locally
npm install -D list-dependents-cli
Usage
list-dependents --help
list-dependents list --help
list-dependents list installed-check > dependents.ndjson
Commands
list-dependents filter
– narrows down an existing list of moduleslist-dependents format
– pretty prints a list to the terminal or as markdownlist-dependents list
– creates or updates list of dependent moduleslist-dependents refresh
– refreshes the data within a list of modules
Similar modules
list-dependents
– module providing the core functionality of this module