From 99dfc23d96aad6f0c0e26b7f7449906288add140 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 26 Aug 2016 20:22:32 +0300 Subject: [PATCH] Update supported manifests for Library Registry --- docs/userguide/lib/cmd_register.rst | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/userguide/lib/cmd_register.rst b/docs/userguide/lib/cmd_register.rst index 08911f64..d34b857c 100644 --- a/docs/userguide/lib/cmd_register.rst +++ b/docs/userguide/lib/cmd_register.rst @@ -21,17 +21,25 @@ Usage .. code-block:: bash - platformio lib register [HTTP_URL_TO_LIBRARY.JSON] + platformio lib register [MANIFEST_URL] Description ----------- -Register new library and allow others to install it. +Register new library in `PlatformIO Library Registry `_. + +PlatformIO Library Registry supports the next library manifests: + +* PlatformIO :ref:`library_config` +* Arduino `library.properties `_ +* ARM mbed yotta `module.json `_. Examples -------- .. code:: - platformio lib register http://my.example.com/raw-library.json + platformio lib register https://raw.githubusercontent.com/bblanchon/ArduinoJson/master/library.json + platformio lib register https://raw.githubusercontent.com/adafruit/DHT-sensor-library/master/library.properties + platformio lib register https://raw.githubusercontent.com/ARMmbed/ble/master/module.json