aklump/kit_php
Composer 安装命令:
composer require aklump/kit_php
包简介
PHP classes for compiling CodeKit's Kit Language (for HTML).
README 文档
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
统计信息
- 总下载量: 81
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2013-10-24