Skip to content

Commit 776ffcb

Browse files
committed
added platformio library manifest
1 parent 2207d42 commit 776ffcb

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

library.json

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "RaptorCLI",
3+
"version": "1.0.0",
4+
"description": "A lightweight and simple, C++98 compatible command-line parser that works on the Arduino framework.",
5+
"keywords": [
6+
"command-line",
7+
"cli",
8+
"parser",
9+
"arduino"
10+
],
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/smegg99/RaptorCLI.git"
14+
},
15+
"authors": [
16+
{
17+
"name": "Smegg99",
18+
"email": "[email protected]",
19+
"maintainer": true
20+
}
21+
],
22+
"license": "MIT",
23+
"frameworks": [
24+
"arduino"
25+
],
26+
"platforms": [
27+
"*"
28+
],
29+
"category": "Communication"
30+
}

0 commit comments

Comments
 (0)