2017 © Pedro Peláez
 

library gzo

Generate Web Page

image

zodream/gzo

Generate Web Page

  • Tuesday, July 24, 2018
  • by zx648383079
  • Repository
  • 1 Watchers
  • 0 Stars
  • 31 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 7 % Grown

The README.md

gzo

Generate Web Page, (*1)

根据 html 静态页面文件生成架构

php artisan gzo/module --input=
name 模块名,默认文件夹名

input 静态资源所在文件夹

output 输出文件夹,默认输入文件夹

configs 对应关系json, 默认输入文件夹下 module.json

配置, (*2)


{ "name": "", "input": "F:\\Desktop\\www", "output": "", "tables": { "file": [ "id", "name" ], "pAth": { "id": "" } }, "controllers": { "home": [ "index", "edit" ], "other": { "index": "return $this->show();" } }, "controllers": "@views", //根据页面生成 "views": { "home": { "index": "index.html", "other": "im.html" } }, "views": "@controllers", // 根据控制器生成空的页面 "views": "@input", // 根据文件夹 "views": "./", "assets": { // 复制资源文件夹或文件 "sass": "css", "ts": "js" } }

生成 phpunit 测试文件

gzo/test/project 源文件夹 目标文件夹
php artisan gzo/test/project E:\Git\http\src E:\Git\http\tests

The Versions

24/07 2018

dev-master

9999999-dev https://github.com/zodream/gzo

Generate Web Page

  Sources   Download

MIT Apache Licence 2.0

The Requires

 

zodream gzo

19/07 2018

1.2

1.2.0.0 https://github.com/zodream/gzo

Generate Web Page

  Sources   Download

MIT

The Requires

 

zodream gzo

01/03 2018

1.1

1.1.0.0 https://github.com/zodream/gzo

Generate Web Page

  Sources   Download

MIT

The Requires

 

zodream gzo

04/01 2018

v1.0

1.0.0.0 https://github.com/zodream/gzo

Generate Web Page

  Sources   Download

Apache Licence 2.0

The Requires

 

zodream gzo