An open API service indexing awesome lists of open source software.

https://github.com/team1810robotics/2023-scouting-compiler

2023 FRC Charged Up - Compiler Code
https://github.com/team1810robotics/2023-scouting-compiler

Last synced: 8 months ago
JSON representation

2023 FRC Charged Up - Compiler Code

Awesome Lists containing this project

README

          

# 2023-Scouting Compiler

this is now set up to find all the csv files in a provided directory.
it only goes one deep so if you have any sub dirs in the main one provided then they will be ignored

the command i used to run this was `gradlew run --args="path/to/project/resources"`. easiest way is to drag the folder onto the terminal

(if on mac add a `./` in front of gradlew e.g. `./gradlew`)
(if it says `permission denied: ./gradlew` then do `chmod +x gradlew` and it should work)