1.0.0 • Published 2 years ago

relybot v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Rely Bot :smile:

Installation

  1. Clone the repo
    git clone git@github.com:dyte-submissions/dyte-vit-2022-Vibhukumar10.git
  2. Install NPM packages
    npm install
  3. Install the CLI on you local machine
    npm -g install .

Usage

The CLI is able to make a Pull Request to any github repository which has an outdated dependency

Example:

rely -r https://github.com/dyte-in/react-sample-app/ react@18.0.0

This will require the user's GitHub AccessToken as well as their Github username. If the dependency is not satisfied, the CLI will display it on the screen and will suggest the user to upgrade the repository using the -u flag. Example:

rely -r https://github.com/dyte-in/react-sample-app/ react@18.0.0 -u

This will generate a Pull Request in the source repository with the desired updates in dependecy versions.

Sample Response:

Contact Me