scto/plugin-compiler
最新稳定版本:v0.1.2
Composer 安装命令:
composer require scto/plugin-compiler
包简介
A plugin compiler for Textpattern CMS.
README 文档
README
Scto Plugin Compiler
Compiler for creating installable plugin files for the Textpattern CMS.
Installation
$ composer require scto/plugin-compiler --dev
Usage
The compiler binary can has up to five arguments.
N.B.: The name of the plugin is created from the name of the current woking directory.
$ ./vendor/bin/scto-compile manifest.json help.textile textpack.txt srcFolder outputFolder
The plugin compiler can also be used as library:
use Scto\PluginCompiler\CompilerApp;
public $args = [
'manifest.json', // manifest file
'help.textile', // help file in textile markup
'textpack.txt', // combined textpack file with all localisation strings
'src', // directory with the PHP source code
'dist', // directory for the compiled plugins
];
$app = new CompilerApp();
$app->run($args);
Alternatives
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2024-10-30