From 4d62ecb44c234413fc40e5881f6a1b53c441e6ae Mon Sep 17 00:00:00 2001 From: Andrew Roslik Date: Mon, 5 Sep 2016 13:16:17 +0300 Subject: [PATCH] Implemented #114: Add loading extra configuration package - Added bash init file for the standards. --- .standards/init-repos.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .standards/init-repos.sh 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