1.0.9 • Published 4 years ago

ihome-rn v1.0.9

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago
npm install ihome-rn -g
ihome-rn --help
Usage: ihome-rn [options] [command]

Options:
  -h, --help                             output usage information

Commands:
  common <platform>
  build [options] [otherModuleNames...]
  buildZip [options] [moduleNames...]
  create <moduleName>
  createContainer <moduleDir>
  common <platform>                      打包公用模块
  build <moduleName>                     打包业务模块
  buildZip <moduleName>                  打包业务热更新模块
  createModule <moduleName>              创建业务模块
  createContainer <moduleDir>            子模块集成rn-runtime
  help [cmd]                             display help for [cmd]

开发流程

  tsc -w

测试脚本

npm install -g
#然后在对应工程目录执行你要测试的命令