diff --git a/.standards/.gitignore b/.standards/.gitignore new file mode 100644 index 0000000..0888a1e --- /dev/null +++ b/.standards/.gitignore @@ -0,0 +1,2 @@ +magento-ecg +symfony diff --git a/.standards/init-repos.sh b/.standards/init-repos.sh new file mode 100644 index 0000000..ec3c65f --- /dev/null +++ b/.standards/init-repos.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +[ ! -d ./magento-ecg/.git ] && git clone git@github.com:cmhook/phpcs-magento-ecg-project.git ./magento-ecg +[ ! -d ./symfony/.git ] && git clone git@github.com:cmhook/phpcs-symfony.git ./symfony