forked from platformio/platformio-core
Update supported manifests for Library Registry
This commit is contained in:
@@ -21,17 +21,25 @@ Usage
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
platformio lib register [HTTP_URL_TO_LIBRARY.JSON]
|
platformio lib register [MANIFEST_URL]
|
||||||
|
|
||||||
|
|
||||||
Description
|
Description
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
Register new library and allow others to install it.
|
Register new library in `PlatformIO Library Registry <http://platformio.org/lib>`_.
|
||||||
|
|
||||||
|
PlatformIO Library Registry supports the next library manifests:
|
||||||
|
|
||||||
|
* PlatformIO :ref:`library_config`
|
||||||
|
* Arduino `library.properties <https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification>`_
|
||||||
|
* ARM mbed yotta `module.json <http://yottadocs.mbed.com/reference/module.html>`_.
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
--------
|
--------
|
||||||
|
|
||||||
.. code::
|
.. 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
|
||||||
|
Reference in New Issue
Block a user