File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,11 +6,15 @@ Use the Github API to set up a set of repositories. The program will delete old
66Modify a JSON file with this terms data. If the students from the previous term are all done with thier repos, set the deleteall flag in the JSON.
77
88## Run
9- ```
10- git clone https://github.com/WPIRoboticsEngineering/LabCodeRepoSetup.git
11- cd LabCodeRepoSetup/LabCodeRepoSetup/
12- ./gradlw run teamAssignments2001.json
13- ```
9+ Open the project in Eclipse or other IDE as a Gradle project.
10+
11+ Run LabCodeRepoSetupMain with a json file as arguments to set up repos for the start of term
12+
13+ Run DownloadAllLabRepos with a json file as arguments to download all Lab repos for grading
14+
15+ Run DownloadAllHomeworkRepos with a json file as arguments to download all Homework repos for grading
16+
17+
1418# JSON Config file
1519
1620```
You can’t perform that action at this time.
0 commit comments