1.2.4 • Published 8 years ago

smzdm-cli v1.2.4

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

smzdm-cli

一个快速构建项目的脚手架

依赖两个核心包:commander 和 download-git-repo; commander用来处理命令行相关工作, download-git-repo 用来下载git仓库 用户输入信息,下载对应的模版,释放到目标目录

smzdm

A simple CLI for scaffolding js projects.

Usage

$ sudo npm install -g smzdm-cli

Command

  • smzdm or smzdm -h --- find help info for smzdm.
  • smzdm list --- smzdm-templates.
  • smzdm init template-name your-project-name --- init your project with template.
  • npm update smzdm-cli -g --- 更新脚手架

Official Templates

Current available templates include:

  • vue-multi-page - A full-featured Webpack + vue-loader setup with hot reload, css extraction.

Version

1.2.4

Thanks

To vue-cli for the head start. To chare for the help.

License

MIT