-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
36 lines (36 loc) · 1.03 KB
/
library.json
File metadata and controls
36 lines (36 loc) · 1.03 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
{
"$schema": "https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/schema/library.json",
"name": "platformio.cpp.dx.template",
"version": "1.0.0",
"description": "Template with developer experience setup. PlatformIO + Cpp + CI/CD + Linter + Formatter.",
"keywords": "platformio, cpp, dx, template, developer, experience, setup, ci, cd, linter, formatter",
"repository": {
"type": "git",
"url": "https://github.com/Tamandutech/platformio.cpp.dx.template"
},
"authors": [
{
"name": "Alexandre Hiroyuki",
"email": "alex.hiroyuki@outlook.com",
"url": "https://github.com/AlexandreHiroyuki",
"maintainer": true
}
],
"license": "MIT",
"homepage": "https://github.com/Tamandutech/platformio.cpp.dx.template",
"frameworks": "*",
"platforms": "*",
"headers": [],
"examples": [],
"export": {
"exclude": [
"test/",
".github",
".gitignore",
".vscode",
"build_test.cpp",
"docs/icon.png"
]
},
"srcDir": "src"
}