Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 928 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 928 Bytes

madge-path-filter

Node CI Maintainability Test Coverage

Dependency filter for madge. Filters the dependency tree for the given module.

Installation

$ npm -g install madge-path-filter

Example: piping madge output through madge-path-filter

madge --json App.jsx | madge-path-filter --entry 'App.jsx' --target 'hooks/useAuth' | madge --stdin -i "image.png"

Madge filtered dependency tree example