Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 491 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 491 Bytes

Coding kata base repository Build Status

Base template for kata repositories.

Contents

  • bin: binary or executable files, like composer.phar, phpunit.phar
  • doc: kata specifications and helpful documents
  • src: the source code
  • test: the test code for the source
  • vendor: 3rd party stuff + PSR-4 autoloader by composer
  • README.md: this document