Our collection of Katas with Quick Setup Scripts to get it immediately ready to go!
- docker
brew cask install docker
- Mutagen
brew install mutagen-io/mutagen/mutagen
Each kata has dedicated scripts to setup and tear down the project.
It is important to clone this repository at ~/Scripts
, otherwise the scripts might not work properly.
bash ~/Scripts/<Kata Name>/create.sh
bash ~/Scripts/<Kata Name>/destroy.sh
Although not required, the usage of PHPStorm is recommended, since these scripts will also automatically setup Interpreter and Test Framework configurations for PHPStorm.