list-dependents-cli

Lists all dependents of a project, using npm and ecosyste.ms

MIT License

Downloads
1.3K
Stars
5

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 modules
  • list-dependents format – pretty prints a list to the terminal or as markdown
  • list-dependents list – creates or updates list of dependent modules
  • list-dependents refresh – refreshes the data within a list of modules

Similar modules

  • list-dependents – module providing the core functionality of this module