An open API service indexing awesome lists of open source software.

https://github.com/rayhomie/rncli

Cli Create A React Native Project With ReactNavigation & Dva.js & TypeScript (RN集成脚手架命令行工具)欢迎提issues
https://github.com/rayhomie/rncli

cli dvajs react-cli react-native reactnative typescript

Last synced: about 1 year ago
JSON representation

Cli Create A React Native Project With ReactNavigation & Dva.js & TypeScript (RN集成脚手架命令行工具)欢迎提issues

Awesome Lists containing this project

README

          

# rncli

### install

```bash
npm install @rayhomie/rncli -g
```
### check

```bash
# View version
rncli -V
# or
rncli --version

# for hlep
rncli --help
```
### use

Open the terminal and enter the following to create the project
```bash
rncli create your_project_name
```

### start

```bash
cd ./your_project_name
yarn ios
# or
yarn android
```