https://github.com/stuypulse/phil
A template repo for a command style robot.
https://github.com/stuypulse/phil
Last synced: 5 months ago
JSON representation
A template repo for a command style robot.
- Host: GitHub
- URL: https://github.com/stuypulse/phil
- Owner: StuyPulse
- License: mit
- Created: 2022-03-28T22:44:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-09T06:08:38.000Z (6 months ago)
- Last Synced: 2026-02-09T12:13:12.205Z (6 months ago)
- Language: Java
- Size: 240 KB
- Stars: 4
- Watchers: 2
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phil
A template repo for a command style robot.
## To Use
- Click `Use this template` in GitHub and create your new repository using the `Phil` template.
- Ensure that the `GradleRIO`, `StuyLib`, and `venderdeps` versions are up-to-date in your new repository.
- Now go Phil up your repository. Godspeed.
## To Update | Maintain
Do *not* use the automatic import project tool. Instead,
- Change the 'frcYear' to the current year in `settings.gradle`.
- Check that the `GradleRIO` version is up to date in `./build.gradle`.
- Check the latest version of [StuyLib here](https://github.com/StuyPulse/StuyLib/releases) and update the version in `./build.gradle`.
- Manually update the files ('frcYear', 'version', URLS) in `./venderdeps` with their latest version, checking their respective websites, or import new versions using WPILib vendor dependencies.