TrumanGu / tgu-cli

a cli built for quick start

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tgu-cli 前后端项目启动脚手架

如何安装

npm i tgu-cli -g 或者 yarn global add tgu-cli

使用方法

Options:
  -V, --version  output the version number
  -h, --help     output usage information

Commands:
  add            add a new template     // 新增脚手架的模板
  delete         delete a template      // 删除脚手架的模板
  list           list all the templates // 列出所有模板
  init           generate a new project from a template // 初始化项目
  help [cmd]     display help for [cmd]

使用list查看脚手架

现有模板: koa-server

About

a cli built for quick start


Languages

Language:JavaScript 93.4%Language:TypeScript 6.6%