aklump / kit_php
PHP classes for compiling CodeKit's Kit Language (for HTML).
0.2.4
2013-10-26 18:12 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2024-11-20 08:06:40 UTC
README
A PHP implementation to parse CodeKit's Kit language by Bryan Jones .
Usage
To compile all .kit
files in a directory, use the following snippet of code as a starting point. Refer to the class documentation for more info. The first argument is the source directory to look for .kit
files and the second argument is the output directory.
$obj = new Compiler('kit', 'html');
$obj->apply();
Testing
PHPUnit tests are provided.
Aaron-Klumps-MacBook-Pro:kit_php aklump$ cd tests
Aaron-Klumps-MacBook-Pro:tests aklump$ phpunit .
PHPUnit 3.7.28 by Sebastian Bergmann.
..........
Time: 24 ms, Memory: 9.50Mb
OK (10 tests, 46 assertions)
##Contact
- In the Loft Studios
- Aaron Klump - Developer
- PO Box 29294 Bellingham, WA 98228-1294
- aim: theloft101
- skype: intheloftstudios
- d.o: aklump
- http://www.InTheLoftStudios.com