Skip to content

🤖 Write more for your robot with less, and be absolutely SERTain that your code works.

License

Notifications You must be signed in to change notification settings

Carkoth/sertain

 
 

Repository files navigation

Sertain

Write more for your robot with less, and be absolutely SERTain that your code works.

Installation

Sertain is hosted on JitPack and only available through the Gradle build system. First, add JitPack to your root build.gradle at the end of repositories:

allprojects {
    repositories {
        // ...
        maven { url 'https://jitpack.io' }
    }
}

And then add the dependency:

dependencies {
    compile 'org.sert2521.sertain:core:1.2.1'
}

Documentation

Checkout the documentation for information on how to use Sertain on your robot, and for a complete list of features. The javadocs are automatically generated after each push to master.

About

🤖 Write more for your robot with less, and be absolutely SERTain that your code works.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 95.3%
  • Shell 4.7%