/dependabot-clone-python

Dependabot for node-js projects, to track older versions, update them using a simple CLI tool built in python3

Primary LanguagePython

Open in Visual Studio Code

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact

About The Project

Software for node-js projects, to track older versions, update them using a simple CLI tool built in python3 de-py-ndency bot

(back to top)

How to use

  • pip install -r requirements.txt
  • cd into scripts folder
  • Run python3 main.py
  • You can use 2 commands: help or depy

Prerequisites

  • Know your GitHub username and have a Personal Access Token with all access
  • Have python3

Installation

  • Clone the repository
  • Install all the requirements using pip3 install -r requirements.txt
  • Have your input csv files in the ./input folder

(back to top)

Usage

  • commands:

    1. help
    2. depy -i input.csv axios@0.23.0
    3. depy -update -i input.csv axios@0.23.0
  • output for tracking is stored as output.csv

  • output for updating packages is stored as update.csv

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Your Name - Shaunak Deshpande

(back to top)