2.0.0 • Published 2 years ago

dtv-cli v2.0.0

Weekly downloads
-
License
ISC1.0
Repository
github
Last release
2 years ago

可视化框架工程化的node指令工具

dtv-cli

支持

  • 初始化项目
  • 新建页面
  • 打包/发布
  • 友好的输出(stdout / stderr)

安装

npm i -g dtv-cli

CLI

dtv -h

Usage: dtv <command>

Options:

  -V, --version               output the version number
                              输出当前版本号
  -h, --help                  output usage information
                              获取帮助信息

Commands:

  init|i                     init project
                             初始化项目代码
  server|s                   start project
                             启动项目
  build|b                    Build project
                             编译镜像
  publish|p                  Publish project
                             发布镜像
  new|n -n [name]            new component
                             新建组件
2.0.0

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago