{"id":23550048,"url":"https://github.com/pranit-harekar/fastlane-plugin-codepush","last_synced_at":"2026-03-16T16:38:29.144Z","repository":{"id":38915063,"uuid":"244187094","full_name":"Pranit-Harekar/fastlane-plugin-codepush","owner":"Pranit-Harekar","description":"Fastlane plugin for App Center CodePush service 🚀","archived":false,"fork":false,"pushed_at":"2023-01-05T08:45:20.000Z","size":888,"stargazers_count":18,"open_issues_count":14,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-04T08:15:37.993Z","etag":null,"topics":["app-center","codepush","codepush-deployment","fastlane","fastlane-plugin","fastlane-plugin-codepush","react-native"],"latest_commit_sha":null,"homepage":"https://github.com/Pranit-Harekar/fastlane-plugin-codepush/wiki","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pranit-Harekar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-01T16:51:13.000Z","updated_at":"2023-08-14T02:05:51.000Z","dependencies_parsed_at":"2023-02-03T21:15:57.042Z","dependency_job_id":null,"html_url":"https://github.com/Pranit-Harekar/fastlane-plugin-codepush","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Pranit-Harekar/fastlane-plugin-codepush","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pranit-Harekar%2Ffastlane-plugin-codepush","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pranit-Harekar%2Ffastlane-plugin-codepush/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pranit-Harekar%2Ffastlane-plugin-codepush/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pranit-Harekar%2Ffastlane-plugin-codepush/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pranit-Harekar","download_url":"https://codeload.github.com/Pranit-Harekar/fastlane-plugin-codepush/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pranit-Harekar%2Ffastlane-plugin-codepush/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278671793,"owners_count":26025756,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["app-center","codepush","codepush-deployment","fastlane","fastlane-plugin","fastlane-plugin-codepush","react-native"],"created_at":"2024-12-26T10:12:53.857Z","updated_at":"2025-10-06T20:13:25.877Z","avatar_url":"https://github.com/Pranit-Harekar.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fastlane CodePush plugin\n\n[![Build Status](https://travis-ci.com/Pranit-Harekar/fastlane-plugin-codepush.svg?branch=master)](https://travis-ci.com/Pranit-Harekar/fastlane-plugin-codepush)\n[![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-codepush)\n\n[📚Documentation](https://github.com/Pranit-Harekar/fastlane-plugin-codepush/wiki)\n\n## Prerequisites\n\nInstall the [App Center CLI](https://docs.microsoft.com/en-us/appcenter/distribution/codepush/cli#installation)\n\n```\nnpm install -g appcenter-cli\n```\n\n## Getting Started\n\nThis project is a [_fastlane_](https://github.com/fastlane/fastlane) plugin. To get started with `fastlane-plugin-codepush`, add it to your project by running:\n\n```bash\nfastlane add_plugin codepush\n```\n\n## About codepush\n\nThis is a Fastlane plugin for App Center CodePush service.\n\n### List of available actions\n\n[Checkout docs](https://github.com/Pranit-Harekar/fastlane-plugin-codepush/wiki)\n\n## Example\n\nCheck out the [example `Fastfile`](examples/ReactNative/fastlane/Fastfile) to see how to use this plugin.\n\n## Run tests for this plugin\n\nTo run both the tests, and code style validation, run\n\n```\nrake\n```\n\nTo automatically fix many of the styling issues, use\n\n```\nrubocop -a\n```\n\n## Issues and Feedback\n\nFor any other issues and feedback about this plugin, please submit it to this repository. Feel free to submit pull requests and improve test coverage.\n\n## Troubleshooting\n\nIf you have trouble using plugins, check out the [Plugins Troubleshooting](https://docs.fastlane.tools/plugins/plugins-troubleshooting/) guide.\n\n## Using _fastlane_ Plugins\n\nFor more information about how the `fastlane` plugin system works, check out the [Plugins documentation](https://docs.fastlane.tools/plugins/create-plugin/).\n\n## About _fastlane_\n\n_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).\n\n## Why this plugin?\n\n- [fastlane-plugin-appcenter](https://github.com/microsoft/fastlane-plugin-appcenter) does not support CodePush\n- [Fastfastlane-plugin-code_pushlane](https://github.com/manuelkch/fastlane-plugin-code_push) is outdated \u0026 does not support App Center CLI\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpranit-harekar%2Ffastlane-plugin-codepush","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpranit-harekar%2Ffastlane-plugin-codepush","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpranit-harekar%2Ffastlane-plugin-codepush/lists"}