manage-dependency

Update your dependencies in package.json and make PR with new branch using this node module.


Keywords
manage-dependency
License
ISC
Install
npm install manage-dependency@1.0.12

Documentation

manage-dependency

The basic use of this module is to check and update the package.json with newer versions of dependencies and after the change it create a new branch on your repo and push the updated package.json file in it after that it creates Pull Request with the main branch.

Installation & Usage

To install this package enter this command on your terminal:

npm install manage-dependency
or
yarn add manage-dependency

To use the functionality of this node module in your project you need to run the following command in terminal:

npx updateDependency

or else you can download this package globally in your system with this command:

npm install -g manage-dependency
or
yarn global add manage-dependency

To use the functionality of this node module Globally in your project you need to run the following command in terminal:

updateDependency

After run that command it will ask Please Enter your personal access token, then you need to provide your github personal access token.