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

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.

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.