https://github.com/pranit-harekar/fastlane-plugin-codepush
Fastlane plugin for App Center CodePush service 🚀
https://github.com/pranit-harekar/fastlane-plugin-codepush
app-center codepush codepush-deployment fastlane fastlane-plugin fastlane-plugin-codepush react-native
Last synced: 5 months ago
JSON representation
Fastlane plugin for App Center CodePush service 🚀
- Host: GitHub
- URL: https://github.com/pranit-harekar/fastlane-plugin-codepush
- Owner: Pranit-Harekar
- License: mit
- Created: 2020-03-01T16:51:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:45:20.000Z (almost 3 years ago)
- Last Synced: 2025-04-17T03:40:41.839Z (6 months ago)
- Topics: app-center, codepush, codepush-deployment, fastlane, fastlane-plugin, fastlane-plugin-codepush, react-native
- Language: Ruby
- Homepage: https://github.com/Pranit-Harekar/fastlane-plugin-codepush/wiki
- Size: 867 KB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fastlane CodePush plugin
[](https://travis-ci.com/Pranit-Harekar/fastlane-plugin-codepush)
[](https://rubygems.org/gems/fastlane-plugin-codepush)[📚Documentation](https://github.com/Pranit-Harekar/fastlane-plugin-codepush/wiki)
## Prerequisites
Install the [App Center CLI](https://docs.microsoft.com/en-us/appcenter/distribution/codepush/cli#installation)
```
npm install -g appcenter-cli
```## Getting Started
This project is a [_fastlane_](https://github.com/fastlane/fastlane) plugin. To get started with `fastlane-plugin-codepush`, add it to your project by running:
```bash
fastlane add_plugin codepush
```## About codepush
This is a Fastlane plugin for App Center CodePush service.
### List of available actions
[Checkout docs](https://github.com/Pranit-Harekar/fastlane-plugin-codepush/wiki)
## Example
Check out the [example `Fastfile`](examples/ReactNative/fastlane/Fastfile) to see how to use this plugin.
## Run tests for this plugin
To run both the tests, and code style validation, run
```
rake
```To automatically fix many of the styling issues, use
```
rubocop -a
```## Issues and Feedback
For any other issues and feedback about this plugin, please submit it to this repository. Feel free to submit pull requests and improve test coverage.
## Troubleshooting
If you have trouble using plugins, check out the [Plugins Troubleshooting](https://docs.fastlane.tools/plugins/plugins-troubleshooting/) guide.
## Using _fastlane_ Plugins
For more information about how the `fastlane` plugin system works, check out the [Plugins documentation](https://docs.fastlane.tools/plugins/create-plugin/).
## About _fastlane_
_fastlane_ is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out [fastlane.tools](https://fastlane.tools).
## Why this plugin?
- [fastlane-plugin-appcenter](https://github.com/microsoft/fastlane-plugin-appcenter) does not support CodePush
- [Fastfastlane-plugin-code_pushlane](https://github.com/manuelkch/fastlane-plugin-code_push) is outdated & does not support App Center CLI