Skip to content

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PackageUpdateCLI-tool

This CLI tool is custom built with node js. To use this:

  1. Clone this repo
  2. Use npm install -g
  3. There are two ways to use this tool: to generate a csv file which tells you which of the opensource repos in your csv file have outdated version of the package you are checking and second way is to generate a pull request to update the package of an opensource repository and actually update the req package in a remote repository.
  4. In your terminal write: myawesometool -i yourfile.csv yourpackage@X.X.X to just generate a csv file called out.csv which tells which of the repos in your csv file has the required package version of a nodejs package.
  5. In your terminal write: myawesometool -update -i yourfile.csv yourpackage@X.X.X

For reference See the dyte.csv(input) and out.csv(output)

About

This tool updates the package version of a particular package to that of the required version if its outdated in an opensource repo by generating a pull request to update that package. Multiple repos can be updated at once through a csv file containing names and urls of the repos.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages