1.0.14 • Published 11 months ago

manage-dependency v1.0.14

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

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.

1.0.14

11 months ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago