https://github.com/ewpratten/template-lib5k
Cookiecutter template repository for quickly creating @frc5024 Lib5K-based robot projects
https://github.com/ewpratten/template-lib5k
cookiecutter frc-java lib5k
Last synced: 3 months ago
JSON representation
Cookiecutter template repository for quickly creating @frc5024 Lib5K-based robot projects
- Host: GitHub
- URL: https://github.com/ewpratten/template-lib5k
- Owner: ewpratten
- License: gpl-3.0
- Created: 2020-07-16T14:56:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T16:55:01.000Z (almost 5 years ago)
- Last Synced: 2025-01-09T22:22:39.996Z (4 months ago)
- Topics: cookiecutter, frc-java, lib5k
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lib5K Project Template [](https://github.com/cookiecutter/cookiecutter)
This is a [Cookiecutter](https://github.com/cookiecutter/cookiecutter) template repository for quickly creating [@frc5024](https://github.com/frc5024) [Lib5K](https://github.com/frc5024/lib5k)-based robot projects.## Usage
```sh
# Install cookiecutter
python3 -m pip install cookiecutter# Go to workspace directory
cd /path/to/workspace# Create a new project folder
# You will be prompted to configure the project settings by this command
cookiecutter gh:ewpratten/template-lib5k# Enter and build project
cd ./
./gradlew build
```