A CLI tool for keeping packages in a repositories up-to-date.
·
Report Bug
·
Request Feature
A CLI tool to help in managing package versions on Github repositories.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Install npm
- npm
npm install npm@latest -g
- Download git from - https://git-scm.com/downloads
- Clone the repo
git clone https://github.com/dyte-submissions/dyte-vit-2022-singhalyash8080
- Install the package globally on your machine
npm i -g
Store your csv file in the csv_files folder in the root directory.
then 2 options are available
- cli-tool -i <csv_file_name> <package_name_with_version> (for 1st feature)
eg. - cli-tool -i input1.csv axios@0.23.1
- cli-tool -u <csv_file_name> <package_name_with_version> (for 2nd feature - incomplete)
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Your Name - singhal.yash8080@gmail.com
Project Link: https://github.com/dyte-submissions/dyte-vit-2022-singhalyash8080