mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Describe "dependencies" field from library.json
This commit is contained in:
@ -195,6 +195,7 @@ Pattern Meaning
|
||||
* - ``[!seq]``
|
||||
- matches any character not in seq
|
||||
|
||||
|
||||
.. _libjson_exclude:
|
||||
|
||||
``exclude``
|
||||
@ -205,3 +206,24 @@ Pattern Meaning
|
||||
|
||||
Exclude the directories and files which will match with :ref:`libjson_exclude`
|
||||
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
|
||||
|
||||
config
|
||||
User Guide <../userguide/lib/index>
|
||||
|
Reference in New Issue
Block a user