EasyFTC is a library for teams participating in FTC which aims to simplify and expedite the process of building opmodes. We provide you with a series of tools that enable you and your team to create more sophisticated opmodes than would normally be made.
Current FTC SDK repository is here
To get started with EasyFTC, simply fork this repository, and then clone the forked repository, replacing USERNAME with your github username:
git clone https://github.com/USERNAME/EasyFTC.git
Then, simply write your opmodes in the TeamCode directory.
EasyFTC maintains online documentation here
For documentation on the FTC SDK please see here