定制 scto/plugin-compiler 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

scto/plugin-compiler

最新稳定版本:v0.1.2

Composer 安装命令:

composer require scto/plugin-compiler

包简介

A plugin compiler for Textpattern CMS.

README 文档

README

Run tests

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2024-10-30