Skip to content
forked from itrt4176/tigerlib

A library to reduce the year to year recreation of nearly identical code for the Iron Tigers Robotics Team.

License

Notifications You must be signed in to change notification settings

limited/tigerlib

 
 

Repository files navigation

tigerlib - FRC Java Programs: Now with 100% Less Boilerplate

CI

THIS IS BETA SOFTWARE! USE WITH CAUTION

tigerlib is a library meant at reducing the year to year recreation of nearly identical code for the Iron Tigers Robotics Team.

Installation with Gradle

  1. Add the jitpack maven repository to the end of the repositories block in your build.gradle file:

    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
  2. Add the library to the end of the depencies block in your build.gradle file:

     dependencies {
         ...
         implementation 'com.github.itrt4176:tigerlib:v2023.1.0-beta1'
     }

Usage

Check our project wiki (coming soon) for tutorials and our javadoc for the full API.

About

A library to reduce the year to year recreation of nearly identical code for the Iron Tigers Robotics Team.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%