A Command Line Interface (CLI) tool for seamless interaction with the student portal, VTOP.
These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.
Make sure you have the following installed on your machine:
- Git: Download Git
-
Open your web browser and go to the repository.
-
Click the "Fork" button in the upper right corner of the page. This will create a copy of the repository in your GitHub account.
-
Open your terminal.
-
Navigate to the directory where you want to clone the repository.
-
Clone the forked repository to your local machine:
git clone https://github.com/your-username/repository-name.git
Once you have cloned your fork of this repository locally, follow these steps to add the build files
-
Create a new folder in the
buildFiles
directory with the name as the version of your update. Say:v1.0.1
-
Add separate build files in this folder for each of the OS versions for which you have build files with the following syntax:
cli-top_<os_name>_v<version_number>.zip
-
Update the
latest.json
file with the new version numbers only for the OS's for which your update applies (Do not add new values, update the existing version numbers with the newer ones)
Once the build files have been added, you need to commit, push these changes and create a pull request
These instructions will help you make a request to modify the repository with your new build files.
- Open your terminal.
- Navigate to the directory where you cloned your repository
- Commit and push the changes that you have made:
git add .
git commit -m "commit_name"
git push
-
Go to your forked repository on GitHub.
-
Open the Pull Requests tab on the top of the page.
-
Click on the
New pull request
button. -
Review your changes and click "Create pull request."
-
Add a title and description to your pull request, then click "Create pull request."
-
Your changes are now proposed to be merged into the original repository. The project maintainer will review and merge your changes.