@code-lab/core-cli
v0.4.2
Published
HeFeng-Lab Core CLI
Downloads
3
Readme
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