Cookiecutter project for FRC robot projects with Ivy.
Java Shell
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
{{ cookiecutter.repo_name }}
LICENSE.md
README.md
cookiecutter.json

README.md

CookieCutter-FRC

Cookiecutter project for Command-Based Java FRC robot projects with Ivy.

Fancy Features

Generating a project

  1. Install Python
  2. Install Cookiecutter
  3. Run cookiecutter gh:Team4761/Cookiecutter-FRC
  4. Answer the prompts that appear on your screen

Using generated projects

  1. Make sure you have Ant in your system path
  2. Install Apache Ivy. Make sure to use the instructions in the "Manually" section.
  3. Compile with ant jar.