Stallion New CLI (v2.1.0+)
React Native Stallion CLI installation - Install Stallion CLI globally for React Native OTA updates. Supports npm and yarn installation. Global CLI setup guide.
🎉 New Feature:
Stallion CLI now supports global installation! Install once, use everywhere.
React Native Stallion CLI enables you to push bundles that automatically creates a corresponding version that is available instantly to be downloaded and tested
Global Installation Benefits
The global installation of React Native Stallion CLI offers several advantages:
- Access the CLI from any directory in your system
- No need to reinstall for each project
- Consistent version across all your projects
- Access stallion-cli directly using
stallion <command>syntax
Open Source & Contributions
React Native Stallion CLI is open-source! Interested in helping us improve? Check out our GitHub Repository to get started! From feature suggestions to bug fixes, all contributions are welcome.
Installation
You can now install the React Native Stallion CLI globally using npm or yarn for seamless access across your system.
With npm:
npm install -g stallion-cli
With Yarn:
yarn global add stallion-cli
Usage
For usage and API Reference provided by React Native Stallion CLI check the Usage Documentation.