1 个仓库
Tools and CLI interfaces for managing the daily development lifecycle of React Native applications.
Distinct from React Native: Distinct from React Native project scaffolders: focuses on the ongoing development workflow (servers, bundling) rather than initial project generation.
Explore 1 awesome GitHub repository matching web development · Development Workflows. Refine with filters or upvote what's useful.
该项目提供了一个统一的命令行界面,旨在编排移动应用的开发生命周期。它作为引导新项目、管理构建配置以及执行启动服务器和打包资源等日常开发任务的中心工具。 该工具的特色在于一个自动化的原生依赖管理器,它能检测并将平台特定的代码集成到构建过程中,减少了手动配置的需求。它还具有模块化的插件架构,允许开发者扩展核心命令集并自定义构建逻辑以满足特定的项目需求。 除了核心编排功能外,该项目还通过模板支持标准化的脚手架,以确保各应用间目录结构的一致性。它将环境设置和构建参数集中到一个配置文件中,为管理复杂的移动开发工作流提供了一致的接口。
Provides a unified command-line interface for managing daily development tasks like starting servers and bundling assets.