MichaelGuerfi9 / kata-php-skeleton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kata-php-skeleton

kata-php-skeleton is a template for kata in php with TDD.

how to use it

  1. Init your github repository

  2. clone the project

git clone git@github.com:MichaelGuerfi9/kata-php-skeleton.git {your-repo-name}
cd {your-repo-name}
  1. init your github project with the skeleton
GITHUB_USER={your-github-name} make init-repository //push the first commit to your repo
  1. launch the dockers
make docker-build
make docker-run
  1. launch tests
make docker-tests

utils

  • stop the container (and delete it):
make docker-stop
  • ssh to the docker
make docker-ssh

About


Languages

Language:PHP 42.2%Language:Makefile 34.5%Language:Dockerfile 17.6%Language:Gherkin 5.7%