Files
platformio-core/docs/librarymanager/index.rst

26 lines
695 B
ReStructuredText
Raw Normal View History

2014-09-06 13:44:45 +03:00
.. _librarymanager:
Library Manager
===============
2014-09-07 18:22:52 +03:00
..
2014-10-27 22:47:53 +02:00
*"The missing library manager for embedded platforms (Atmel AVR, MSP430
and ARM)"* [#]_
2014-09-07 18:22:52 +03:00
2014-09-06 22:13:16 +03:00
*PlatformIO Library Manager* allows you to organize external embedded libraries.
You can search for new libraries via :ref:`Command Line <cmd_lib_search>`
2014-10-06 16:15:40 +03:00
or `WebSite <http://platformio.ikravets.com/#!/lib>`_ interfaces.
2014-09-06 22:13:16 +03:00
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.
2014-09-06 13:44:45 +03:00
.. toctree::
:maxdepth: 2
2014-09-07 19:38:00 +03:00
creating
2014-09-06 13:44:45 +03:00
config
2014-09-07 18:22:52 +03:00
.. [#] Inspired by `npm <https://www.npmjs.org>`_ and `bower
<http://bower.io>`_ package managers for web.