Merge pull request #325 from cytopia/update-available-tools

Update available tools
This commit is contained in:
cytopia 2018-07-27 19:55:07 +02:00 committed by GitHub
commit 896c2bc0c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View File

@ -3,6 +3,12 @@
Command line tools
============================================================
.. |ext_lnk_tool_ansible| raw:: html
<a target="_blank" href="https://www.ansible.com/">
Ansible <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
</a>
.. |ext_lnk_tool_awesome_ci| raw:: html
<a target="_blank" href="https://github.com/cytopia/awesome-ci">
@ -15,6 +21,12 @@
Linux brew <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
</a>
.. |ext_lnk_tool_codecept| raw:: html
<a target="_blank" href="https://codeception.com/">
Codeception <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
</a>
.. |ext_lnk_tool_composer| raw:: html
<a target="_blank" href="https://getcomposer.org">
@ -141,6 +153,12 @@
PHP Code Beautifier and Fixer <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
</a>
.. |ext_lnk_tool_phpunit| raw:: html
<a target="_blank" href="https://phpunit.de/">
PHPUnit <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
</a>
.. |ext_lnk_tool_pg_dump| raw:: html
<a target="_blank" href="https://www.postgresql.org/docs/current/static/backup-dump.html">

View File

@ -18,8 +18,12 @@ The PHP container is your workhorse and these are your tools:
+======================+=======================================+
| various binaries | |ext_lnk_tool_awesome_ci| |
+----------------------+---------------------------------------+
| ``ansible`` | |ext_lnk_tool_ansible| |
+----------------------+---------------------------------------+
| ``brew`` | |ext_lnk_tool_linuxbrew| |
+----------------------+---------------------------------------+
| ``codecept`` | |ext_lnk_tool_codecept| |
+----------------------+---------------------------------------+
| ``composer`` | |ext_lnk_tool_composer| |
+----------------------+---------------------------------------+
| ``drush`` | |ext_lnk_tool_drush| |
@ -62,6 +66,8 @@ The PHP container is your workhorse and these are your tools:
+----------------------+---------------------------------------+
| ``phpcbf`` | |ext_lnk_tool_phpcbf| |
+----------------------+---------------------------------------+
| ``phpunit`` | |ext_lnk_tool_phpunit| |
+----------------------+---------------------------------------+
| ``photon`` | |ext_lnk_tool_photon| |
+----------------------+---------------------------------------+
| ``redis*`` | Various Redis client tools |