Git (Distributed version-control system)
Composer (PHP Dependency Manager)
- Clone this repository
git clone https://github.com/elegantthemes/marketplace-phpcs/ - Inside the
marketplace-phpcsdirectory, runcomposer install - Then run
./vendor/bin/phpcs --standard=ruleset.xml /full/path/to/your/product - To only show errors add
-nto the command above.