1.0.9 • Published 3 years ago

fast-template-cli v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

说明

用于快速拉取 基础项目模板的 命令行工具.

当前支持的 基础项目模板

  • 后续会支持更多, 敬请期待...
  1. npm-ts-template-starter: 快速 构建库 或者插件的 项目基础模板
  2. vben 后台管理系统: vue3.x + ts + vite 开箱即用后台管理系统

版本要求

  • 需要 Node.js 8.9 或更高版本 (推荐 8.11.0+).
  • 你可以使用 nvmnvm-windows 在同一台电脑中管理多个 Node 版本.

使用

npm全局安装fast-template-cli

  • npm install -g fast-template-cli

终端运行命令, 校验是否安装成功

  • fast-template-cli -V

创建一个 构建npm包的 基础项目模板. 终端输入

  • fast-template create h5-confirm-environment

命令行参数设计

fast-template -h, --help          输出使用帮助信息
fast-template -v, --version       版本号
fast-template create < app-name > 创建脚手架项目  
fast-template list                列出所有项目脚手架模板  

联系方式

zhaoxm469@163.com

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago