3 个版本
0.1.2 | 2024 年 8 月 9 日 |
---|---|
0.1.1 | 2023 年 4 月 8 日 |
0.1.0 | 2023 年 3 月 11 日 |
在 命令行工具 中排名第 401
每月下载量 106
140KB
267 行
rn-run
描述
使用单个命令在 iOS 或 Android 上运行 React Native 应用程序。这允许您快速在不同的分支上运行,而无需停止任何进程或退出任何程序,只需在不同的分支上再次运行命令即可。在您的 React Native 项目的根目录中运行此脚本。
目前,您需要打开 Xcode 到您的项目空间,并且可能还需要运行您的调试器:[https://github.com/jhen0409/react-native-debugger](https://github.com/jhen0409/react-native-debugger)。一旦这些打开并运行,您就不需要再触碰它们了。
用法
rn-run [OPTIONS]
选项
-i, --ios Run iOS
-a, --android Run Android
-s, --simulator <SIMULATOR>
-c, --clean-install Clean install
-h, --help Print help
-V, --version Print version
依赖
此脚本需要别名 ipad-mini
来工作:[https://github.com/nigelrudolf/useful-aliases](https://github.com/nigelrudolf/useful-aliases)
设置
在 MacOS 上,您需要在终端设置中将 关闭前询问 设置为 从不,如下图所示:
安装
- 安装 Rust,更多信息:[https://rust-lang.net.cn/learn/get-started](https://rust-lang.net.cn/learn/get-started)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- 构建 & 安装
cargo install rn-run
这将在 MacOS 的 ~/.cargo/bin/
上构建和安装二进制文件,并将其添加到您的 PATH。
依赖
~1.7–2.7MB
~52K SLoC