A CLI tool for updating dependencies in github repositories
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/dyte-submissions/dyte-vit-2022-HimanshuBarak.git
2.Install NPM packages
npm install
-
You will need to create a github token for your account. Once the token is generated you can create .env file and set the token as follows
GITHUB_TOKEN = "the_token_you_generated"
Using the following commands to run the tool
To check package verison
node index.js -i input.csv axios@0.24.0
For updation
node index.js -i input.csv axios@0.24.0 -update