mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Describe "dependencies" field from library.json
This commit is contained in:
@ -195,6 +195,7 @@ Pattern Meaning
|
|||||||
* - ``[!seq]``
|
* - ``[!seq]``
|
||||||
- matches any character not in seq
|
- matches any character not in seq
|
||||||
|
|
||||||
|
|
||||||
.. _libjson_exclude:
|
.. _libjson_exclude:
|
||||||
|
|
||||||
``exclude``
|
``exclude``
|
||||||
@ -205,3 +206,24 @@ Pattern Meaning
|
|||||||
|
|
||||||
Exclude the directories and files which will match with :ref:`libjson_exclude`
|
Exclude the directories and files which will match with :ref:`libjson_exclude`
|
||||||
patterns.
|
patterns.
|
||||||
|
|
||||||
|
|
||||||
|
.. _libjson_dependencies:
|
||||||
|
|
||||||
|
``dependencies``
|
||||||
|
----------------
|
||||||
|
|
||||||
|
*Optional* | Type: ``Array``
|
||||||
|
|
||||||
|
The list of dependent libraries. They will be installed automatically with
|
||||||
|
:ref:`cmd_lib_install` command.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
.. code-block:: javascript
|
||||||
|
|
||||||
|
"dependencies":
|
||||||
|
[
|
||||||
|
"Library-Foo",
|
||||||
|
"Library-Bar"
|
||||||
|
]
|
||||||
|
@ -18,4 +18,3 @@ You don't need to bother for finding the latest version of library. Due to
|
|||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
config
|
config
|
||||||
User Guide <../userguide/lib/index>
|
|
||||||
|
Reference in New Issue
Block a user