Skip to content

a command line interface to create a react project

License

Notifications You must be signed in to change notification settings

dev-meta/react-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-cli

初始化react项目的命令行工具

目录结构

react-cli
├── LICENSE
├── README.md
├── bin
│   └── r-cli
├── package-lock.json
├── package.json
└── src
    ├── command
    ├── config
    ├── index.js
    └── utils

安装方式

npm i @chuugoku/react-cli -g

使用方法

react-cli init <projectName> -t -f

-t --typescript 使用typescript模板

-f --force 强制覆盖已经存在的目录

About

a command line interface to create a react project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published