Moves examples.xml to json, and adds template json (#1026)

This commit is contained in:
Thad House
2018-05-04 16:51:37 -07:00
committed by Peter Johnson
parent 5c2c5ccd07
commit dab6f40b46
8 changed files with 457 additions and 900 deletions

View 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"
}
]