0.0.14 • Published 1 month ago

@hengshuai/cli v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

前端cli模板

创建cli统一管理项目模板、部署、发包,实现开发到部署的自动化

安装

npm install @hengshuai/cli -g

使用

# 创建模板
hengshuai create vue3-ui

Commander

nodejs命令行解决方案,参考文档

选项

option => (param, desc, Customparse, default)
  1. 参数、描述 -c --config
  2. 可选、默认值 type, 'now'
  3. 必填、默认值 , 'now'
  4. 变长参数 <type...> type...

命令

command(nameAndArgs, opts?)

处理函数

action(flags, desc, default)

钩子函数

preAction、postAction、preSubcommand

帮助

.name
.alias
-V
program.showHelpAfterError()
0.0.14

1 month ago

0.0.13

2 months ago

0.0.12

4 months ago

0.0.11

4 months ago

0.0.10

4 months ago

0.0.9

5 months ago

0.0.8

5 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago