Describe how to create new library and share it

This commit is contained in:
Ivan Kravets
2014-09-06 23:51:28 +03:00
parent f316308860
commit 6fdc47beda
4 changed files with 157 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
.. _cmd_lib_register:
platformio lib register
=======================
.. contents::
Usage
-----
.. code-block:: bash
platformio lib regiter [HTTP_URL_TO_LIBRARY.JSON]
Description
-----------
Register new library and allow others to install it.
Examples
--------
.. code-block:: bash
$ platformio lib register http://my.example.com/library.json
+1
View File
@@ -16,6 +16,7 @@ To print all available commands and options use:
cmd_install
cmd_list
cmd_register
cmd_search
cmd_show
cmd_uninstall