@rysun/json-package-updater

1.1.2 • Public • Published

@rysun/json-package-updater

Blink and update your package.json to the latest versions of dependencies. No need to manually check what’s the latest version of the node modules and install them. Once the newer versions are checked, the manage-dependency module creates a new branch on your repo and pushes the updated package.json file into it.

Installation & Usage

To install this package, enter the following command on your terminal:

npm install @rysun/json-package-updater
or
yarn add @rysun/json-package-updater

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

npx updateDependency

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

npm install -g @rysun/json-package-updater
or
yarn global add @rysun/json-package-updater

To use the functionality of this node module globally in your project, run the following command in the terminal:

updateDependency

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

Package Sidebar

Install

npm i @rysun/json-package-updater

Weekly Downloads

0

Version

1.1.2

License

ISC

Unpacked Size

18.6 kB

Total Files

17

Last publish

Collaborators

  • rysun