drush/make-parser

v0.1.0 2015-03-19 08:28 UTC

This package is auto-updated.

Last update: 2024-09-12 20:16:03 UTC


README

从Drush包中分离出来。查看测试用例以获取更多详细信息。

用法

使用composer要求库

composer require drush/make-parser:1.*@dev

然后在PHP代码中,我们可以

require_once '/path/to/vendor/autoload.php';
$make = make_parse_info_file('/path/to/project-name.make');