Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 738 Bytes

File metadata and controls

31 lines (24 loc) · 738 Bytes

bin/code-tools usage

  • This script allows you to copy configuration files of each, or all, tools to your project so you can customize them.

Usage

Specific tool

  • 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

All tools

  • To copy the configuration files of all tools to your project, run the following command:
vendor/bin/code-tools publish:config

Help

  • To see the available tools, run the following command:
vendor/bin/code-tools --help