tjm/static-web-tasks
最新稳定版本:v0.2.4
Composer 安装命令:
composer require tjm/static-web-tasks
包简介
Task to build a static version of a site for 'tjm/task-runner'
README 文档
README
Task to build static version of website. Use like:
use TJM\StaticWebTasks\Task; $task = new Task([ 'host'=> 'example.com', 'scheme'=> 'https', ], __DIR__ . '/output-dir', [ 'exclude'=> ['/.htaccess'], ]); $task->do();
See code for more details. Early implementation, interface may change.
License
SPDX-License-Identifier: 0BSD
统计信息
- 总下载量: 24
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: 0BSD
- 更新时间: 2024-07-17