1.0.14 • Published 2 years ago

manage-dependency v1.0.14

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago