Skip to content

HeFeng-Lab/core-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

core-cli

Get Started

npm install @code-lab/core-cli -g
# get help information

core-cli -h

Create a new project use core-cli

core-cli init [option]

# example: core-cli init my-app --template vue3-template -debug

Example:

you can use core-cli init my-app --template vue3-template -debug create a preset project, also you can use core-cli init command to create a new project step by step.

preset template list supported now

  • vue3-template
  • react18-template
  • geeker-admin-template