Documentation: replace external links

This commit is contained in:
cytopia 2018-07-10 20:59:52 +02:00
parent bca4cf6a75
commit 954a37211c
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
12 changed files with 391 additions and 111 deletions

@ -22,5 +22,9 @@
============================================================
.. include:: /_includes/links/docker.rst
.. include:: /_includes/links/docker-compose.rst
.. include:: /_includes/links/examples.rst
.. include:: /_includes/links/git.rst
.. include:: /_includes/links/ssh.rst
.. include:: /_includes/links/tools.rst
.. include:: /_includes/links/uid.rst

@ -0,0 +1,69 @@
..
============================================================
Commands
============================================================
.. |ext_lnk_docker_compose_cmd_reference| raw:: html
<a target="_blank" href="https://docs.docker.com/compose/reference/">
Compose command-line reference overview <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_docker_compose_cmd_overview| raw:: html
<a target="_blank" href="https://docs.docker.com/compose/reference/overview/">
overview <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_docker_compose_cmd_up| raw:: html
<a target="_blank" href="https://docs.docker.com/compose/reference/up/">
up <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_docker_compose_cmd_stop| raw:: html
<a target="_blank" href="https://docs.docker.com/compose/reference/stop/">
stop <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_docker_compose_cmd_kill| raw:: html
<a target="_blank" href="https://docs.docker.com/compose/reference/kill/">
kill <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_docker_compose_cmd_logs| raw:: html
<a target="_blank" href="https://docs.docker.com/compose/reference/logs/">
logs <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_docker_compose_cmd_rm| raw:: html
<a target="_blank" href="https://docs.docker.com/compose/reference/rm/">
rm <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_docker_compose_cmd_pull| raw:: html
<a target="_blank" href="https://docs.docker.com/compose/reference/pull/">
pull <img src="/_static/img/icons/ext-link.svg" />
</a>
..
============================================================
Install guides
============================================================
.. |ext_lnk_docker_compose_install| raw:: html
<a target="_blank" href="https://docs.docker.com/compose/install/">
Install Docker Compose <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_docker_compose_env_file| raw:: html
<a target="_blank" href="https://docs.docker.com/compose/env-file/">
Declare default environment variables in file <img src="/_static/img/icons/ext-link.svg" />
</a>

@ -71,7 +71,7 @@
.. |ext_lnk_install_docker_toolbox_mac| raw:: html
<a target="_blank" href="https://docs.docker.com/toolbox/toolbox_install_mac/">
Install Docker Toolbox on macOS <img src="/_static/img/icons/ext-link.svg" />
Install Docker Toolbox on MacOS <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_install_docker_toolbox_mac_native_vs_toolbox| raw:: html
@ -115,27 +115,3 @@
<a target="_blank" href="https://docs.docker.com/toolbox/toolbox_install_windows/#optional-add-shared-directories">
Docker Toolbox on Windows: add shared directories <img src="/_static/img/icons/ext-link.svg" />
</a>
..
============================================================
Docker Compose
============================================================
.. |ext_lnk_install_docker_compose| raw:: html
<a target="_blank" href="https://docs.docker.com/compose/install/">
Install Docker Compose <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_docker_cmpose_cmd_reference| raw:: html
<a target="_blank" href="https://docs.docker.com/compose/reference/">
Compose command-line reference <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_docker_cmpose_env_file| raw:: html
<a target="_blank" href="https://docs.docker.com/compose/env-file/">
Declare default environment variables in file <img src="/_static/img/icons/ext-link.svg" />
</a>

@ -0,0 +1,5 @@
.. |ext_lnk_download_git_win| raw:: html
<a target="_blank" href="https://git-scm.com/download/win">
Download Git for Windows <img src="/_static/img/icons/ext-link.svg" />
</a>

@ -0,0 +1,208 @@
..
============================================================
Command line tools
============================================================
.. |ext_lnk_tool_awesome_ci| raw:: html
<a target="_blank" href="https://github.com/cytopia/awesome-ci">
awesome-ci <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_linuxbrew| raw:: html
<a target="_blank" href="http://linuxbrew.sh">
Linux brew <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_composer| raw:: html
<a target="_blank" href="https://getcomposer.org">
Composer <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_drush| raw:: html
<a target="_blank" href="https://www.drush.org">
Drush <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_drupal_console| raw:: html
<a target="_blank" href="https://drupalconsole.com">
Drupal Console <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_eslint| raw:: html
<a target="_blank" href="https://eslint.org">
ESLint <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_git| raw:: html
<a target="_blank" href="https://git-scm.com">
Git <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_git_flow| raw:: html
<a target="_blank" href="https://github.com/nvie/gitflow">
Git flow <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_gulp| raw:: html
<a target="_blank" href="https://gulpjs.com/">
Gulp <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_grunt| raw:: html
<a target="_blank" href="https://gruntjs.com">
Grunt <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_jsonlint| raw:: html
<a target="_blank" href="https://github.com/zaach/jsonlint">
JSON lint <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_laravel| raw:: html
<a target="_blank" href="https://github.com/laravel/installer">
Laravel installer <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_mdl| raw:: html
<a target="_blank" href="https://github.com/markdownlint/markdownlint">
Markdown lint <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_mdlint| raw:: html
<a target="_blank" href="https://github.com/ChrisWren/mdlint">
MD linter <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_mysqldump_secure| raw:: html
<a target="_blank" href="https://mysqldump-secure.org">
mysqldump-secure <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_node| raw:: html
<a target="_blank" href="https://nodejs.org/en/">
Node <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_npm| raw:: html
<a target="_blank" href="https://www.npmjs.com">
Node <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_phalcon| raw:: html
<a target="_blank" href="https://github.com/phalcon/phalcon-devtools">
Phalcon DevTools <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_phpcs| raw:: html
<a target="_blank" href="https://github.com/squizlabs/PHP_CodeSniffer">
PHP CodeSniffer <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_phpcbf| raw:: html
<a target="_blank" href="https://github.com/squizlabs/PHP_CodeSniffer">
PHP Code Beautifier and Fixer <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_photon| raw:: html
<a target="_blank" href="https://photoncms.com/resources/installing">
Photon CMS cli <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_sass| raw:: html
<a target="_blank" href="http://sass-lang.com">
Sass <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_scss_lint| raw:: html
<a target="_blank" href="https://github.com/brigade/scss-lint">
SCSS Lint <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_ssh| raw:: html
<a target="_blank" href="https://www.openssh.com">
OpenSSH <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_symfony| raw:: html
<a target="_blank" href="https://github.com/symfony/symfony-installer">
Symfony installer <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_tig| raw:: html
<a target="_blank" href="https://github.com/jonas/tig">
Text-mode Interface for Git <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_webpack| raw:: html
<a target="_blank" href="https://webpack.js.org">
Webpack <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_wp| raw:: html
<a target="_blank" href="https://wp-cli.org">
Wordpress CLI <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_yamllint| raw:: html
<a target="_blank" href="https://github.com/adrienverge/yamllint">
Yamllint <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_yarn| raw:: html
<a target="_blank" href="https://yarnpkg.com/en">
Yarn <img src="/_static/img/icons/ext-link.svg" />
</a>
..
============================================================
Web tools
============================================================
.. |ext_lnk_tool_phpmyadmin| raw:: html
<a target="_blank" href="https://www.phpmyadmin.net">
phpMyAdmin <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_adminer| raw:: html
<a target="_blank" href="https://www.adminer.org">
Adminer <img src="/_static/img/icons/ext-link.svg" />
</a>
.. |ext_lnk_tool_opcachegui| raw:: html
<a target="_blank" href="https://github.com/amnuts/opcache-gui">
OpcacheGui <img src="/_static/img/icons/ext-link.svg" />
</a>

@ -201,6 +201,7 @@ their articles:
* :ref:`example_setup_laravel`
* :ref:`example_setup_phalcon`
* :ref:`example_setup_photon_cms`
* :ref:`example_setup_shopware`
* :ref:`example_setup_symfony`
* :ref:`example_setup_typo3`
* :ref:`example_setup_wordpress`

@ -1,3 +1,7 @@
.. include:: /_includes/all.rst
.. _devilbox_intranet:
*****************
Devilbox intranet
*****************
@ -75,7 +79,7 @@ Third-party tools
phpMyAdmin
----------
`phpMyAdmin <https://www.phpmyadmin.net/>`_ is a free software tool written in PHP,
|ext_lnk_tool_phpmyadmin| is a free software tool written in PHP,
intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range
of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables,
columns, relations, indexes, users, permissions, etc) can be performed via the user interface,
@ -85,7 +89,7 @@ while you still have the ability to directly execute any SQL statement.
Adminer
-------
`Adminer <https://www.adminer.org/>`_ (formerly phpMinAdmin) is a full-featured database
|ext_lnk_tool_adminer| (formerly phpMinAdmin) is a full-featured database
management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to
deploy to the target server. Adminer is available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL,
Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.
@ -94,7 +98,7 @@ Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.
OpcacheGUI
----------
`OpcacheGui <https://github.com/amnuts/opcache-gui>`_ is a clean and responsive interface for
|ext_lnk_tool_opcachegui| is a clean and responsive interface for
Zend OPcache information, showing statistics, settings and cached files, and providing a real-time
update for the information (using jQuery and React).

@ -48,7 +48,7 @@ and in this case it is used as the main configuration file for the Devilbox by p
of settings (such as which version to start up).
.. seealso::
* |ext_lnk_docker_cmpose_env_file|
* |ext_lnk_docker_compose_env_file|
* :ref:`env_file`

@ -98,7 +98,8 @@ Additionally you will require ``git`` in order to clone the devilbox project.
.. seealso::
* |ext_lnk_install_docker|
* |ext_lnk_install_docker_compose|
* |ext_lnk_docker_compose_install|
* |ext_lnk_download_git_win|
* :ref:`howto_find_docker_and_docker_compose_version`
@ -255,12 +256,17 @@ Optional previous knowledge
In order to easily work with the Devilbox you should already be familiar with the following:
* Navigate on the command line
* Docker Compose commands (``up``, ``stop``, ``kill``, ``rm``, ``logs``, ``pull``)
* Docker Compose commands (|ext_lnk_docker_compose_cmd_up|, |ext_lnk_docker_compose_cmd_stop|,
|ext_lnk_docker_compose_cmd_kill|, |ext_lnk_docker_compose_cmd_rm|,
|ext_lnk_docker_compose_cmd_logs| and |ext_lnk_docker_compose_cmd_pull|)
* Docker Compose ``.env`` file
* Know how to use ``git``
.. seealso::
* |ext_lnk_docker_cmpose_cmd_reference|
* |ext_lnk_docker_cmpose_env_file|
* |ext_lnk_docker_compose_cmd_reference|
* |ext_lnk_docker_compose_env_file|
* :ref:`troubleshooting`

@ -1,3 +1,5 @@
.. include:: /_includes/all.rst
.. _start_the_devilbox:
******************
@ -10,10 +12,11 @@ your hands dirty.
.. note::
Starting and stopping containers is done via ``docker-compose``. If you have never worked with
it before, have a look at their documentation for an
`overview <https://docs.docker.com/compose/reference/overview/>`_,
`up <https://docs.docker.com/compose/reference/up/>`_ and
`stop <https://docs.docker.com/compose/reference/stop/>`_ commands.
it before, have a look at their documentation for
|ext_lnk_docker_compose_cmd_overview|, |ext_lnk_docker_compose_cmd_up|,
|ext_lnk_docker_compose_cmd_stop|, |ext_lnk_docker_compose_cmd_kill|,
|ext_lnk_docker_compose_cmd_rm|, |ext_lnk_docker_compose_cmd_logs| and
|ext_lnk_docker_compose_cmd_pull| commands.
**Table of Contents**

@ -1,3 +1,5 @@
.. include:: /_includes/all.rst
.. _source_code_analysis:
********************
@ -36,7 +38,7 @@ workspace and its files. You can for example check for:
Some of the bundled tools even allow for automatic fixing.
.. seealso:: `awesome-ci <https://github.com/cytopia/awesome-ci>`_
.. seealso:: |ext_lnk_tool_awesome_ci|
.. code-block:: bash
@ -75,7 +77,7 @@ PHPCS
PHPCS is a code style analyser for PHP.
.. seealso:: `PHPCS <https://github.com/squizlabs/PHP_CodeSniffer>`_
.. seealso:: |ext_lnk_tool_phpcs|
.. code-block:: bash
@ -94,7 +96,7 @@ ESLint
ESLint is a Javascript static source code analyzer.
.. seealso:: `ESLint <https://eslint.org>`_
.. seealso:: |ext_lnk_tool_eslint|
.. code-block:: bash

@ -1,3 +1,5 @@
.. include:: /_includes/all.rst
.. _available_tools:
***************
@ -11,77 +13,77 @@ to worry to have less or more tools available.
The PHP container is your workhorse and these are your tools:
+----------------------+-----------------------------------------------------------------------------------+
| Binary | Tool |
+======================+===================================================================================+
| various binaries | `awesome-ci <https://github.com/cytopia/awesome-ci>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``brew`` | `Linux brew <http://linuxbrew.sh>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``composer`` | `Composer <https://getcomposer.org>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``drush`` | `Drush <http://www.drush.org>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``drupal`` | `Drupal Console <https://drupalconsole.com>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``eslint`` | `ESLint <https://eslint.org>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``git`` | `Git <https://git-scm.com>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``git-flow`` | `Git flow <https://github.com/nvie/gitflow>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``gulp`` | `Gulp <https://gulpjs.com/>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``grunt`` | `Grunt <https://gruntjs.com>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``jsonlint`` | `JSON lint <https://github.com/zaach/jsonlint>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``laravel`` | `Laravel installer <https://github.com/laravel/installer>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``mdl`` | `Markdown lint <https://github.com/markdownlint/markdownlint>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``mdlint`` | `MD Linter <https://github.com/ChrisWren/mdlint>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``mongo*`` | Various MongoDB client tools |
+----------------------+-----------------------------------------------------------------------------------+
| ``mysql*`` | Various MySQL client tools |
+----------------------+-----------------------------------------------------------------------------------+
| ``mysqldump-secure`` | `mysqldump-secure <https://mysqldump-secure.org>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``node`` | `Node <https://nodejs.org/en/>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``npm`` | `NPM <https://www.npmjs.com>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``pg*`` | Various PostgreSQL client tools |
+----------------------+-----------------------------------------------------------------------------------+
| ``phalcon`` | `Phalcon DevTools <https://github.com/phalcon/phalcon-devtools>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``phpcs`` | `PHP CodeSniffer <https://github.com/squizlabs/PHP_CodeSniffer>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``phpcbf`` | `PHP Code Beautifier and Fixer <https://github.com/squizlabs/PHP_CodeSniffer>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``photon`` | `Photon CMS cli <https://photoncms.com/resources/installing>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``redis*`` | Various Redis client tools |
+----------------------+-----------------------------------------------------------------------------------+
| ``sass`` | `Sass <http://sass-lang.com>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``scss-lint`` | `SCSS Lint <https://github.com/brigade/scss-lint>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``ssh`` | `OpenSSH <https://www.openssh.com/>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``symfony`` | `Symfony installer <https://github.com/symfony/symfony-installer>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``tig`` | `Text-mode Interface for Git <https://github.com/jonas/tig>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``webpack`` | `Webpack <https://webpack.js.org>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``wp`` | `Wordpress CLI <https://wp-cli.org>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``yamllint`` | `Yamllint <https://github.com/adrienverge/yamllint>`_ |
+----------------------+-----------------------------------------------------------------------------------+
| ``yarn`` | `Yarn <https://yarnpkg.com/en>`_ |
+----------------------+-----------------------------------------------------------------------------------+
+----------------------+---------------------------------------+
| Binary | Tool |
+======================+=======================================+
| various binaries | |ext_lnk_tool_awesome_ci| |
+----------------------+---------------------------------------+
| ``brew`` | |ext_lnk_tool_linuxbrew| |
+----------------------+---------------------------------------+
| ``composer`` | |ext_lnk_tool_composer| |
+----------------------+---------------------------------------+
| ``drush`` | |ext_lnk_tool_drush| |
+----------------------+---------------------------------------+
| ``drupal`` | |ext_lnk_tool_drupal_console| |
+----------------------+---------------------------------------+
| ``eslint`` | |ext_lnk_tool_eslint| |
+----------------------+---------------------------------------+
| ``git`` | |ext_lnk_tool_git| |
+----------------------+---------------------------------------+
| ``git-flow`` | |ext_lnk_tool_git_flow| |
+----------------------+---------------------------------------+
| ``gulp`` | |ext_lnk_tool_gulp| |
+----------------------+---------------------------------------+
| ``grunt`` | |ext_lnk_tool_grunt| |
+----------------------+---------------------------------------+
| ``jsonlint`` | |ext_lnk_tool_jsonlint| |
+----------------------+---------------------------------------+
| ``laravel`` | |ext_lnk_tool_laravel| |
+----------------------+---------------------------------------+
| ``mdl`` | |ext_lnk_tool_mdl| |
+----------------------+---------------------------------------+
| ``mdlint`` | |ext_lnk_tool_mdlint| |
+----------------------+---------------------------------------+
| ``mongo*`` | Various MongoDB client tools |
+----------------------+---------------------------------------+
| ``mysql*`` | Various MySQL client tools |
+----------------------+---------------------------------------+
| ``mysqldump-secure`` | |ext_lnk_tool_mysqldump_secure| |
+----------------------+---------------------------------------+
| ``node`` | |ext_lnk_tool_node| |
+----------------------+---------------------------------------+
| ``npm`` | |ext_lnk_tool_npm| |
+----------------------+---------------------------------------+
| ``pg*`` | Various PostgreSQL client tools |
+----------------------+---------------------------------------+
| ``phalcon`` | |ext_lnk_tool_phalcon| |
+----------------------+---------------------------------------+
| ``phpcs`` | |ext_lnk_tool_phpcs| |
+----------------------+---------------------------------------+
| ``phpcbf`` | |ext_lnk_tool_phpcbf| |
+----------------------+---------------------------------------+
| ``photon`` | |ext_lnk_tool_photon| |
+----------------------+---------------------------------------+
| ``redis*`` | Various Redis client tools |
+----------------------+---------------------------------------+
| ``sass`` | |ext_lnk_tool_sass| |
+----------------------+---------------------------------------+
| ``scss-lint`` | |ext_lnk_tool_scss_lint| |
+----------------------+---------------------------------------+
| ``ssh`` | |ext_lnk_tool_ssh| |
+----------------------+---------------------------------------+
| ``symfony`` | |ext_lnk_tool_symfony| |
+----------------------+---------------------------------------+
| ``tig`` | |ext_lnk_tool_tig| |
+----------------------+---------------------------------------+
| ``webpack`` | |ext_lnk_tool_webpack| |
+----------------------+---------------------------------------+
| ``wp`` | |ext_lnk_tool_wp| |
+----------------------+---------------------------------------+
| ``yamllint`` | |ext_lnk_tool_yamllint| |
+----------------------+---------------------------------------+
| ``yarn`` | |ext_lnk_tool_yarn| |
+----------------------+---------------------------------------+
.. note::
If you are in need of other tools, open up an issue at