1.0.8 • Published 2 years ago

latejs-cli v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago