{"id":19123387,"url":"https://github.com/ryaa/plugins-demo","last_synced_at":"2025-10-15T10:04:00.335Z","repository":{"id":235196850,"uuid":"790218313","full_name":"ryaa/plugins-demo","owner":"ryaa","description":"This is a demo application for @capacitor-community/file-opener and @capacitor-community/volume-buttons plugins","archived":false,"fork":false,"pushed_at":"2024-04-23T06:26:47.000Z","size":3255,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-03T08:47:33.828Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/ryaa.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-22T13:33:07.000Z","updated_at":"2024-04-23T06:26:50.000Z","dependencies_parsed_at":"2024-11-09T05:35:42.252Z","dependency_job_id":null,"html_url":"https://github.com/ryaa/plugins-demo","commit_stats":null,"previous_names":["ryaa/plugins-demo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryaa%2Fplugins-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryaa%2Fplugins-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryaa%2Fplugins-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryaa%2Fplugins-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryaa","download_url":"https://codeload.github.com/ryaa/plugins-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240181458,"owners_count":19761074,"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":[],"created_at":"2024-11-09T05:25:29.324Z","updated_at":"2025-10-15T10:04:00.262Z","avatar_url":"https://github.com/ryaa.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prerequisities\n\n- [GitHub Desktop](https://desktop.github.com/) to manage sources - see the installation instructions on the site\n- [Node.js](http://nodejs.org/) - install node version 20.11.1 (see the installation instructions on the site) or issue `nvm install` (if nvm is used) which will install the required node version\n  NOTE: It is recommended to install and use nvm (see https://github.com/creationix/nvm) and install node 20.11.1 by issuing `nvm install v20.11.1` or `nvm install` (the latter command will also install 20.11.1 as listed in .nvmrc)\n- (if using nvm) Switch to node 20.11.1 by issuing `nvm use 20.11.1` (you may want to make this default node version) or issuing `nvm use` (the latter command will use 20.11.1 as listed in .nvmrc)\n- [npm](https://www.npmjs.com/) - install the latest npm version 10.x (for example, 10.5.0 by issuing commands `npm install -g npm@10.5.0`)\n- [Ionic CLI](http://ionicframework.com/docs/cli/install.html) - install the latest stable ionic cli version 7.2.x (for example, 7.2.0 by issuing commands `npm install -g @ionic/cli@7.2.0`)\n- Install Capacitor Required Dependencies for iOS and Android Development (see https://capacitor.ionicframework.com/docs/getting-started/dependencies/)\n\n# Instructions\n\n## Initial setup\n\n1. clone the source code repository\n2. change to project repository directory (the directory where you cloned the repo)\n3. execute the command `npm install`\n4. to build and run the app:\n   - on the desktop:\n     - execute the command `ionic serve` or `npm run serve` to build and run in the local browser\n   - on a real device or a simulator:\n     - execute the command `ionic build`, then `npx cap sync` to copy the build from www to the native projects and sync native plugins and then `npx cap open android` or `npx cap open ios` to open projects in Android Studio or XCode, then build from there, or\n     - execute the command `ionic capacitor build android` or `npm run build:dev:android` (note that this will enable source maps support when deployed on Android) or `ionic capacitor build ios` to open projects in Android Studio or XCode, then build from there\n\n## General development workflow\n\n1. change to project repository directory (\u003cGit\u003e\\src)\n2. pull the latest changes from the repository\n3. run `ionic capacitor build android` or `npm run build:dev:android` (note that this will enable source maps support when deployed on Android) or `ionic capacitor build ios` to open projects in Android Studio or XCode, then build from there\n   **_NOTE_**: The option is to run separate commands to build, sync/copy and open IDE:\n   - run `ionic build` command (to build and copy app files to www directory)\n   - run `npx cap copy android` or `npx cap copy ios`\n     This will copy all the app assets to the appropriate platform directory\n     NOTE: If you wanted to update native dependencies as well as copying built/published web assets to the android/ios directory simply use the following command `npx cap sync \u003cPLATFORM_NAME\u003e` instead of `npx cap copy \u003cPLATFORM_NAME\u003e`\n   - run `npx cap open android` or `npx cap open ios`\n     This will open the appropriate IDE (Android Studio or XCode)\n4. compile the app using the platform-specific tooling\n   For more details please see [Building your App](https://capacitor.ionicframework.com/docs/basics/building-your-app)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryaa%2Fplugins-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryaa%2Fplugins-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryaa%2Fplugins-demo/lists"}