kata-php-skeleton is a template for kata in php with TDD.
-
clone the project
git clone git@github.com:Kumatetsu/kata-php-skeleton.git {your-repo-name}
cd {your-repo-name}
- init your github project with the skeleton
GITHUB_USER={your-github-name} make init-repository //push the first commit to your repo
- launch the dockers
make docker-build
make docker-run
- launch tests
make docker-tests
- stop the container (and delete it):
make docker-stop
- ssh to the docker
make docker-ssh