0.2.8 • Published 9 years ago

cms-tool v0.2.8

Weekly downloads
3
License
MIT
Repository
-
Last release
9 years ago

cms-tool

CMS自动化提交工具

命令列表

init 初始化页面

Options:

-h, --help output usage information
-p, --page pageName 页面名称
-m, --module moduleName 模块名称

Examples:

$ cms-tool init
$ cms-tool init pageName
$ cms-tool init pageName -m index
$ cms-tool init -m index -p test

list 查看页面简介

Options:

-h, --help output usage information
-m, --module moduleName 模块名称
-p, --page pageName 页面名称

Examples:

$ cms-tool list
$ cms-tool list -m index

data 初始化数据

初始化数据

Options:

-h, --help output usage information
-m, --module moduleName 模块名称
-p, --page pageName 页面名称

Examples:

$ cms-tool data
$ cms-tool data test
$ cms-tool data -m index
$ cms-tool data -m index -p test

update 更新页面

Options:

-h, --help output usage information
-m, --module moduleName 模块名称
-p, --page pageName 页面名称

Examples:

$ cms-tool update
$ cms-tool update test
$ cms-tool update -m index
$ cms-tool update -m index -p test

delete 删除页面

Options:

-h, --help output usage information
-m, --module moduleName 模块名称
-p, --page pageName 页面名称

Examples:

$ cms-tool delete
$ cms-tool delete test
$ cms-tool delete -m index
$ cms-tool delete -m index -p test

0.2.8

9 years ago

0.2.7

9 years ago

0.2.6

9 years ago

0.2.5

9 years ago

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago