Initial Check-in of CLI Library

This commit is contained in:
2019-04-06 15:20:52 +02:00
commit 47b5f8d1ea
15 changed files with 2477 additions and 0 deletions

21
library.json Normal file
View File

@@ -0,0 +1,21 @@
{
"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"
}