Package Exports
- depmender
- depmender/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (depmender) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
DepMender
A CLI tool that scans JavaScript/TypeScript projects for dependency issues and fixes them automatically.
What it does
DepMender helps you maintain healthy dependencies by scanning your project for issues like outdated packages, broken installations, missing dependencies, and security vulnerabilities, then automatically fixes them.
Installation
npm install -g depmenderCommands
depmender scan
Analyzes your project dependencies and shows health overview.
depmender scan # Scan current directory
depmender scan --path ./frontend # Scan specific directory
depmender scan --json # Get JSON outputdepmender report
Generates detailed health report with issue breakdown.
depmender report # Generate detailed report
depmender report --json # Export as JSONdepmender fix
Automatically fixes detected issues with backup creation.
depmender fix # Interactive fix with prompts
depmender fix --yes # Auto-fix without confirmationdepmender help
Shows help information.
depmender help # General helpdepmender examples
Shows usage examples.
depmender examples # Show examplesdepmender troubleshooting
Shows troubleshooting guide.
depmender troubleshooting # Show troubleshootingLicense
MIT