npm-consult
v0.1.1
Published
NPM Package Dependency Consultant
Downloads
2
Readme
NPM Consult
Manage your NPM Package's dependency with the help of an analyzer.
Installation
$ npm install -g npm-consult
Develop
- Run
npm install
- Run
npm run develop
- On another tab, run
npm start
About NPM CONSULT
Abstract
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.
Objectives
Who
For developers who have issues on keeping their dependencies up to date.
Problem
Managing dependencies is a repetitive task that doing it manually is practically inefficient.
Solution
NPM Consult helps you analyze your dependency graph and gives you suggestions on which package to update or rollback your dependency graph.
Roadmap
- Update Assistant
- Dependency Analyzer
- Rollback Assistant
License
MIT