0.2.8 • Published 7 years ago

cms-tool v0.2.8

Weekly downloads
3
License
MIT
Repository
-
Last release
7 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

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago