mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Moves examples.xml to json, and adds template json (#1026)
This commit is contained in:
committed by
Peter Johnson
parent
5c2c5ccd07
commit
dab6f40b46
34
wpilibcExamples/src/main/cpp/templates/templates.json
Normal file
34
wpilibcExamples/src/main/cpp/templates/templates.json
Normal file
@@ -0,0 +1,34 @@
|
||||
[
|
||||
{
|
||||
"name": "Iterative Robot",
|
||||
"description": "Iterative style",
|
||||
"tags": [
|
||||
"Iterative"
|
||||
],
|
||||
"foldername": "iterative"
|
||||
},
|
||||
{
|
||||
"name": "Timed Robot",
|
||||
"description": "Timed style",
|
||||
"tags": [
|
||||
"Timed"
|
||||
],
|
||||
"foldername": "timed"
|
||||
},
|
||||
{
|
||||
"name": "Command Robot",
|
||||
"description": "Command style",
|
||||
"tags": [
|
||||
"Command"
|
||||
],
|
||||
"foldername": "command"
|
||||
},
|
||||
{
|
||||
"name": "Sample Robot",
|
||||
"description": "Sample style",
|
||||
"tags": [
|
||||
"Sample"
|
||||
],
|
||||
"foldername": "sample"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user