-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbench-config.json.backup
More file actions
executable file
·55 lines (55 loc) · 1.78 KB
/
bench-config.json.backup
File metadata and controls
executable file
·55 lines (55 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"infrastructure": {
"specKit": {
"url": "git@github.com:opensoft/specKit.git",
"path": "specKit",
"description": "Infrastructure and specification kit - always installed"
}
},
"benches": {
"cloudBench": {
"url": "git@github.com:opensoft/cloudBench.git",
"path": "sysBenches/cloudBench",
"description": "Cloud infrastructure and operations tools"
},
"pythonBench": {
"url": "git@github.com:opensoft/pythonBench.git",
"path": "devBench/pythonBench",
"description": "Python development environment and tools"
},
"javaBench": {
"url": "git@github.com:opensoft/javaBench.git",
"path": "devBench/javaBench",
"description": "Java development environment and tools"
},
"dotNetBench": {
"url": "git@github.com:opensoft/dotNetBench.git",
"path": "devBench/dotNetBench",
"description": ".NET development environment and tools"
},
"flutterBench": {
"url": "git@github.com:opensoft/flutterBench.git",
"path": "devBench/flutterBench",
"description": "Flutter/Dart development environment and tools",
"project_scripts": [
{
"name": "flutter",
"script": "scripts/new-flutter-project.sh",
"description": "Create a new Flutter project with DevContainer setup",
"includes_speckit": true
},
{
"name": "dartwing",
"script": "scripts/new-dartwing-project.sh",
"description": "Create a new DartWing project with specialized configuration",
"includes_speckit": true
}
]
},
"cppBench": {
"url": "git@github.com:opensoft/cppBench.git",
"path": "devBench/cppBench",
"description": "C++ development environment and tools"
}
}
}