当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
5 Star 35 Fork 12

宏之博软件 / JKBuildHtml 基于ThinkPHP的静态站点生成器
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 528 Bytes
一键复制 编辑 原始数据 按行查看 历史
宏之博软件 提交于 2019-08-02 16:00 . 增加composer支持
{
"name": "jkbuildhtml/jkbuildhtml",
"description": "Html page builder for THINKPHP framework, build static website, build html web page",
"keywords" : ["Html builder for thinkphp", "build static website for thinkphp" ],
"authors": [
{
"name": "Ryan",
"email": "541720500@qq.com"
}
],
"version":"1.1.0",
"license": "MIT",
"require": {
"php": ">=5.6"
},
"autoload": {
"psr-4": {
"JKBuildHtml\\": "src/"
}
}
}
PHP
1
https://gitee.com/ryan1981/jk-build-html.git
git@gitee.com:ryan1981/jk-build-html.git
ryan1981
jk-build-html
JKBuildHtml 基于ThinkPHP的静态站点生成器
master

搜索帮助