2.1.3 • Published 6 years ago

we7-cli v2.1.3

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

安装

npm install -g we7-cli

we7 i || we7 init

  • 根据package.json,初始化模块
// package.json
"title": "模块生成工具",
"entry": [{
    "title": "首页",
    "do": "index"
}],
"menu": [{
    "title": "首页",
    "do": "index"
}]

we7 wi

  • 初始化一个带小程序的项目

we7 m index || we7 mobile index

  • 在模块目录【版本号/inc/mobile】创建index.inc.php

we7 w index || we7 web index

  • 在模块目录【版本号/inc/web】创建index.inc.php

we7 t settings || we7 table setting

  • 在模块目录【版本号/table】创建settings.table.php

we7 o settings || we7 open settings

  • 在模块目录【版本号/open】创建settings.open.php
2.1.3

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago

1.1.1

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago