22 lines
620 B
JSON
22 lines
620 B
JSON
{
|
|
"name": "CLI",
|
|
"description": "Library to buid a real-time serial (or network) command-line interface (CLI) to configure or control your microcontroller.",
|
|
"keywords": "CLI, Commandline",
|
|
"homepage": "https://gitlab.lindenaar.net/arduino/CLI",
|
|
"authors": {
|
|
"name": "Frederik Lindenaar",
|
|
"url": "https://frederik.lindenaar.nl",
|
|
"maintainer": true
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitlab.lindenaar.net/arduino/CLI.git"
|
|
},
|
|
"version": "1.0",
|
|
"license": "GPL",
|
|
"frameworks": [ "arduino" ],
|
|
"platforms": "*",
|
|
"examples": "examples/*/*.ino"
|
|
}
|
|
|