Kumatetsu / kata-bowling

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:Kumatetsu/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 79.6%Language:Makefile 13.8%Language:Dockerfile 6.6%