1.0.3 • Published 4 years ago

tmps v1.0.3

Weekly downloads
4
License
ISC
Repository
-
Last release
4 years ago

bingo-ui-cli

基于npm的cli工具,根据模板工程自动初始化项目

tmps create test

? 项目名称 test
? 项目版本号 1.0.0

? 请选择模板 (Use arrow keys)
❯ doc-template (基于vuepress的文档模板工程) 
  webapp-template (完整的应用开发模板工程,包含前端,以及服务端模板) 
  ui-template (基于vue+iview纯前端模板工程) 

install

npm install -g tmps

create template

tmps create project-name

create template by name

直接通过模板名称创建

tmps create templates-name project-name

templates list

可下载的模板列表

tmps -l