Skip to content

Instantly share code, notes, and snippets.

@marcatos
Created March 19, 2018 13:54
Show Gist options
  • Save marcatos/057196db8930f5ed7817442aa3a1315b to your computer and use it in GitHub Desktop.
Save marcatos/057196db8930f5ed7817442aa3a1315b to your computer and use it in GitHub Desktop.
Download and install Extension Quality Program tool
#!/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