Manage your NPM Package's dependency with the help of an analyzer.
$ npm install -g npm-consult
- Run
npm install
- Run
npm run develop
- On another tab, run
npm start
NPM Consult is a tool to manage your project dependencies and provide assistance for updating your dependency graph to fit your specific target package version.
For developers who have issues on keeping their dependencies up to date.
Managing dependencies is a repetitive task that doing it manually is practically inefficient.
NPM Consult helps you analyze your dependency graph and gives you suggestions on which package to update or rollback your dependency graph.
- Update Assistant
- Dependency Analyzer
- Rollback Assistant
MIT