latejs-cli
v1.0.8
Published
cli脚手架
Downloads
1
Readme
Install
npm install latejs-cli -g
Usage
Open your terminal and type late -h
, you'll see the help infomation below:
Usage: late <command>
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
create [options] <app-name> create a new project
help [command] display help for command
late create appName
创建模板命令
$ late create project-template
✔ waiting fetch template
Vue3-Ts
React-Ts
✔ waiting download template
Successfully created project project-template
cd project-template
npm install
npm run dev