- Clone the repo
git clone git@github.com:dyte-submissions/dyte-vit-2022-Vibhukumar10.git
- Install NPM packages
npm install
- Install the CLI on you local machine
npm -g install .
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: