npm-modules

create-tpl

基于 vue 脚手架的工具

目标

作用

Create scaffolding code

使用 git 仓库来作脚手架初始化,借鉴 create-vite, degit

使用

npm create tpl user/project#branch my-project
yarn create tpl user/project#branch my-project
pnpm create tpl user/project#branch .

源码分析