template-box 一个简单的CLI工具,可以基于TemplateBox-templates仓库中存在的项目模板来创建一个相对完整的项目 Installation 前提: Node.js (>=6.x, 8.x preferred) $ npm install template-box -g Usage 创建一个项目(项目模板来自TemplateBox-templates) $ tpl create <template-name> <project-name>