- This script allows you to copy configuration files of each, or all, tools to your project so you can customize them.
- To copy the configuration file of a specific tool to your project, run the following command:
vendor/bin/code-tools publish:config <tool-name>Publish config for code-sniffer
vendor/bin/code-tools publish:config code-sniffer- To copy the configuration files of all tools to your project, run the following command:
vendor/bin/code-tools publish:config- To see the available tools, run the following command:
vendor/bin/code-tools --help