Created
March 19, 2018 13:54
-
-
Save marcatos/057196db8930f5ed7817442aa3a1315b to your computer and use it in GitHub Desktop.
Download and install Extension Quality Program tool
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
cd ~ | |
composer create-project --repository=https://repo.magento.com magento/marketplace-eqp magento-coding-standard | |
cd magento-coding-standard | |
vendor/bin/phpcs --config-set intalled_paths ~/magento-coding-standards/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment