Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Cap-go/demo-app
demo app with manual and auto mode
https://github.com/Cap-go/demo-app
Last synced: 2 months ago
JSON representation
demo app with manual and auto mode
- Host: GitHub
- URL: https://github.com/Cap-go/demo-app
- Owner: Cap-go
- License: isc
- Created: 2022-03-14T06:13:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T05:33:56.000Z (10 months ago)
- Last Synced: 2024-04-13T21:57:47.491Z (10 months ago)
- Language: CSS
- Homepage:
- Size: 1.42 MB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-capacitor - capacitor-updater-plugin-demo - Simple Ionic Vue app to demonstrate the use of OTA updates. (Demo apps / Case study)
README
# Capgo demo app
This is a simple demo app for the `@capgo/capacitor-updater` package
using `autoUpdate` (using `capgo cloud`)## Package.json scripts
- `swap-config` swaps capacitorConfig. Useful for local testing
- `swap-package-json` - sets `@capgo/capacitor-updater` to `link:@capgo/capacitor-updater`. You can run `bun link` in the capacitor updater plugin to link it with this demo app.
- `proxy` - sets up MITM proxy. Both Android and IOS will use this proxy. This allows for easier debugging
- `reverse-ports-android` - Allows android to contact the proxy## Old demo app
There exists an old version of the demo app, stored [here](https://github.com/Cap-go/demo-app/tree/main_old)