1.0.8 • Published 10 months ago

latejs-cli v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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
1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago