Files
platformio-core/docs/librarymanager/index.rst
Ivan Kravets 0e62ad1600 Cleanup citate
2014-10-08 17:44:20 +03:00

25 lines
689 B
ReStructuredText

.. _librarymanager:
Library Manager
===============
..
*"A missing library manager for embedded platforms (Atmel AVR, MSP430 and ARM)"* [#]_
*PlatformIO Library Manager* allows you to organize external embedded libraries.
You can search for new libraries via :ref:`Command Line <cmd_lib_search>`
or `WebSite <http://platformio.ikravets.com/#!/lib>`_ interfaces.
You don't need to bother for finding the latest version of library. Due to
:ref:`cmd_lib_update` command you will have up-to-date external libraries.
.. toctree::
:maxdepth: 2
creating
config
.. [#] Inspired by `npm <https://www.npmjs.org>`_ and `bower
<http://bower.io>`_ package managers for web.