This repository is a template intended to be used to bootstrap new robot projects quickly.
- Code style checking with Spotless
- GitHub Actions CI
- All vendordeps we typically use installed
Replace MyNewProject
with the name of the project directory.
git clone https://github.com/PikeRoboDevils/JavaTemplateProject.git MyNewProject
This is so the project will have its own history.
rm -rf .git
git init
It's easier to use a refactoring tool like IntelliJ for this step.
Be sure to update ROBOT_MAIN_CLASS
in build.gradle
.