0.1.2 • Published 3 years ago

@rayhomie/rncli v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

rncli

install

npm install @rayhomie/rncli -g

check

# View version
rncli -V
# or
rncli --version

# for hlep
rncli --help

use

Open the terminal and enter the following to create the project

rncli create your_project_name

start

cd ./your_project_name
yarn ios 
# or
yarn android