@lgoweb/cra
v1.0.3
Published
A CLI to bootstrap projects
Downloads
2
Readme
@lgoweb/cra
🏗 Personal CLI to bootstrap new projects
Installation & Usage
# or
npx @lgoweb/cra
# or
npm install -g @lgoweb/cra
cra -i # init prpject
cra -v # check version
args
-g
: 'git init'
-y
: 'skip the promet'
-i
: 'install dependencies'
.eg: cra -i
screenshot
pc@pc ~/Documents/demo cra -i
? 请选模版 app
? 请输入开发环境端口<9505> 9505
? 请输入子模块注册base名 sys-news
? 初始化git No
✔ Copy project files
✔ Modify config
✔ Create gitignore
✔ Create License
✔ Install dependencies
DONE Project ready
License
MIT
Collaborators
- Dominik Kundel [email protected]