mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 11:01:14 +00:00
Restructure documentation
This commit is contained in:
183
doc/available-tools.md
Normal file
183
doc/available-tools.md
Normal file
@@ -0,0 +1,183 @@
|
||||
[Permissions](syncronize-file-permissions.md) |
|
||||
[Tags](docker-tags.md) |
|
||||
[Architectures](supported-architectures.md) |
|
||||
[Versions](php-versions.md) |
|
||||
[Flavours](flavours.md) |
|
||||
[Extensions](php-modules.md) |
|
||||
Tools |
|
||||
[Env Vars](docker-env-variables.md) |
|
||||
[Volumes](docker-volumes.md) |
|
||||
[Base Images](base-images.md)
|
||||
|
||||
---
|
||||
|
||||
<h2><img name="Documentation" title="Documentation" width="20" src="https://github.com/devilbox/artwork/raw/master/submissions_logo/cytopia/01/png/logo_64_trans.png"> Documentation</h2>
|
||||
|
||||
|
||||
|
||||
### Available Tools
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th width="200">Tool</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tr>
|
||||
<td><a href="https://www.ansible.com/">Ansible</a></td>
|
||||
<td>Automation tool.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://asgardcms.com/install">asgardcms</a></td>
|
||||
<td>AsgardCMS cli installer.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/cytopia/awesome-ci">awesome-ci</a></td>
|
||||
<td>Various linting and source code analyzing tools.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://codeception.com/">codeception</a></td>
|
||||
<td>Elegant and efficient testing for PHP.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://getcomposer.org">composer</a></td>
|
||||
<td>Dependency Manager for PHP.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://deployer.org/">deployer</a></td>
|
||||
<td>Deployment tool for PHP.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://drupalconsole.com">drupal-console</a></td>
|
||||
<td>The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://www.drush.org">drush</a></td>
|
||||
<td>Drush is a computer software shell-based application used to control, manipulate, and administer Drupal websites.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://eslint.org">eslint</a></td>
|
||||
<td>The pluggable linting utility for JavaScript and JSX.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://git-scm.com">git</a></td>
|
||||
<td>Git is a version control system for tracking changes in source files.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/nvie/gitflow">git-flow</a></td>
|
||||
<td>Git-flow tools.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://gulpjs.com/">gulp</a></td>
|
||||
<td>Gulp command line JS tool.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://gruntjs.com/">grunt</a></td>
|
||||
<td>Grunt command line JS tool.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://brew.sh/">Homebrew</a></td>
|
||||
<td>The Missing Package Manager for macOS (or Linux).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/zaach/jsonlint">jsonlint</a></td>
|
||||
<td>Json command line linter.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://stedolan.github.io/jq/">jq</a></td>
|
||||
<td>Command-line JSON processor.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/laravel/installer">laravel installer</a></td>
|
||||
<td>A CLI tool to easily install and manage the laravel framework.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/cytopia/linkcheck">linkcheck</a></td>
|
||||
<td>Search for URLs in files (optionally limited by extension) and validate their HTTP status code.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/markdownlint/markdownlint">mdl</a></td>
|
||||
<td>Markdown command line linter.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/ChrisWren/mdlint">mdlint</a></td>
|
||||
<td>Markdown command line linter.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://mysqldump-secure.org">mysqldump-secure</a></td>
|
||||
<td>Secury MySQL database backup tool with encryption.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://nodejs.org">nodejs</a></td>
|
||||
<td>Node.js is an open-source, cross-platform JavaScript run-time environment for executing JavaScript code server-side.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://www.npmjs.com">npm</a></td>
|
||||
<td>npm is a package manager for the JavaScript programming language.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/phalcon/phalcon-devtools">phalcon-devtools</a></td>
|
||||
<td>CLI tool to generate code helping to develop faster and easy applications that use with Phalcon framework.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/squizlabs/PHP_CodeSniffer">phpcs</a></td>
|
||||
<td>PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/squizlabs/PHP_CodeSniffer">phpcbf</a></td>
|
||||
<td>PHP Code Beautifier and Fixer.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/FriendsOfPHP/PHP-CS-Fixer">php-cs-fixer</a></td>
|
||||
<td>A tool to automatically fix PHP Coding Standards issues.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://phpmd.org">phpmd</a></td>
|
||||
<td>PHP Mess Detector.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://photoncms.com/resources/installing">photon</a></td>
|
||||
<td>Photon CMS cli.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://sass-lang.com/">sass</a></td>
|
||||
<td>Sass CSS compiler.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/stylelint/stylelint">stylelint</a></td>
|
||||
<td>Sass/CSS command line linter.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://www.openssh.com/">ssh</a></td>
|
||||
<td>OpenSSH command line client.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/symfony/symfony-installer">symfony installer</a></td>
|
||||
<td>This is the official installer to start new projects based on the Symfony full-stack framework.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/jonas/tig">tig</a></td>
|
||||
<td>Text-mode Interface for Git.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/webpack/webpack">webpack</a></td>
|
||||
<td>A bundler for javascript and friends.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://wp-cli.org">wp-cli</a></td>
|
||||
<td>WP-CLI is the command-line interface for WordPress.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/adrienverge/yamllint">yamllint</a></td>
|
||||
<td>Yaml command line linter.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://yarnpkg.com/en">yarn</a></td>
|
||||
<td>Fast, reliable and secure dependency management.</td>
|
||||
</tr>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user