{"id":13807296,"url":"https://github.com/isleofcode/corber","last_synced_at":"2025-04-12T17:46:10.210Z","repository":{"id":41440593,"uuid":"53808826","full_name":"isleofcode/corber","owner":"isleofcode","description":"CLI for building hybrid apps with Ember/Vue/Glimmer/Cordova","archived":false,"fork":false,"pushed_at":"2023-03-24T09:33:21.000Z","size":6252,"stargazers_count":333,"open_issues_count":25,"forks_count":100,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-03T18:15:47.758Z","etag":null,"topics":["cli","cordova","ember","ember-cordova","glimmer","hybrid-apps","isle","phonegap","vue"],"latest_commit_sha":null,"homepage":"http://corber.io","language":"JavaScript","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/isleofcode.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-03-13T21:30:58.000Z","updated_at":"2025-01-06T09:56:50.000Z","dependencies_parsed_at":"2024-01-09T05:02:00.497Z","dependency_job_id":"ba180f45-da3e-41b5-ad80-b2a260919109","html_url":"https://github.com/isleofcode/corber","commit_stats":{"total_commits":1570,"total_committers":87,"mean_commits":18.04597701149425,"dds":"0.46687898089171975","last_synced_commit":"5202457dae6c2cb8d14aa11e0cafb4df28d7d2ec"},"previous_names":[],"tags_count":129,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isleofcode%2Fcorber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isleofcode%2Fcorber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isleofcode%2Fcorber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isleofcode%2Fcorber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isleofcode","download_url":"https://codeload.github.com/isleofcode/corber/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248609635,"owners_count":21132916,"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","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":["cli","cordova","ember","ember-cordova","glimmer","hybrid-apps","isle","phonegap","vue"],"created_at":"2024-08-04T01:01:23.770Z","updated_at":"2025-04-12T17:46:10.189Z","avatar_url":"https://github.com/isleofcode.png","language":"JavaScript","readme":"# Corber [![Build Status](https://travis-ci.org/isleofcode/corber.svg?branch=master)](https://travis-ci.org/isleofcode/corber)\n\nCorber is a CLI that improves the hybrid app build experience for Vue, Ember, Glimmer, and React apps using Cordova.\n\nCorber handles framework and app builds and validations with a single command: `corber build` - without affecting existing web flows. The CLI also includes on-device livereload for development and utility functions for icons, plugins, and more. And when needed, it can proxy to the Cordova CLI.\n\nIt is a continuation of the ember-cordova project. ember-cordova users can find details [here](http://blog.isleofcode.com/announcing-corber-ember-cordova-vue), and continue to access the existing [ember addon](https://github.com/isleofcode/ember-cordova) and [documentation](http://ember-cordova.com). For migration instructions, see [Migrating from Ember Cordova](http://corber.io/pages/ember-cordova-migration).\n\n## Installation\n\n```\n# Yarn\nyarn global add corber\n\n# NPM\nnpm install -g corber\n```\n\n## Initialize Corber\n1. Change to your project directory.\n2. Run `corber init`.\n3. Select iOS and press space to select the platform.\n\n## Configure Your Project for Corber\n### Vue CLI 3\n1. Open `vue.config.js`. (Create file in project root if it doesn't exist. See [Example Vue Config](http://corber.io/pages/frameworks/vue).)\n2. Require `corber-webpack-plugin` and assign it as `CorberWebpackPlugin`.\n3. Add `new CorberWebpackPlugin()` to the `configureWebpack.plugins` array.\n\nFor Vue CLI 2 or Non-Vue CLI, see [Configure Vue CLI 2 or Non-Vue CLI projects](http://corber.io/pages/frameworks/vue).\n\n### Ember\n1. Open `config/environment.js`.\n2. Set `locationType` to `hash`.\n3. Update `rootURL` or `baseURL` to remove its leading slash, if it has one.\n\n### Extending Frameworks\nCorber comes with built-in support for Vue, Ember, and React, but can be extended to work with the framework of your choice. See [Extending Corber to Support Other Frameworks](http://corber.io/pages/frameworks/extending).\n\n## Run App on an Emulator with Live Reload\n1. Run `corber start`.\n2. Select an emulator.\n\n## Build, Flash, and Run App on Your Device\n1. Run `corber build`. (Ignore error code 65 error, signing will be set in step 3.)\n2. Run `corber open` to open the Xcode project.\n3. *First Time Only*: In Xcode, select the Project Navigator, select your project, and under Signing, set your Team.\n4. Connect your iPhone via its USB cable. (Accept the \"Trust This Computer?\" alert if prompted.)\n5. In Xcode, select your connected device in the toolbar.\n6. Press the Play button to flash and run the app on your device.\n\nFor Android builds see [Android Setup](http://corber.io/pages/android-setup). For full documentation, please visit [corber.io](http://corber.io).\n\n## Contributing\n\nPull requests are very welcome. You can read our style guides [here](https://github.com/isleofcode/style-guide).\n\nIf you are unsure about your contribution idea, please feel free to open an issue for feedback.\n\nFind an issue with our documentation? All docs are hosted on this repo under the `gh-pages` branch.\n\n## Credits\n\nCorber is maintained by [Isle of Code](https://isleofcode.com).\n","funding_links":[],"categories":["Packages"],"sub_categories":["Mobile"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisleofcode%2Fcorber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisleofcode%2Fcorber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisleofcode%2Fcorber/lists"}