0.0.2 • Published 7 years ago

rn-cli v0.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

使用

Usage: rn options

Commands:

init [options] [env]                      run setup commands for all envs
module|m [name] [options] [name]          create react-native javascript module
iosmodule|im [name] [options] [name]      create react-native ios module
androidmodule|am [name] [options] [name]  create react-native android module
start|s                                   运行react-native  + eslint
lint [options] [file]                     use eslint to check file

Options:

-h, --help     output usage information
-V, --version  output the version number

开发

  • clone到本地后,npm link
  • 运行修改的命令