{"id":17089380,"url":"https://github.com/nirsky/ideviceinstaller-js","last_synced_at":"2026-05-06T21:31:48.375Z","repository":{"id":57271227,"uuid":"67111364","full_name":"nirsky/ideviceinstaller-js","owner":"nirsky","description":"NodeJs wrapper for ideviceinstaller","archived":false,"fork":false,"pushed_at":"2020-08-23T11:13:04.000Z","size":4,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T18:48:25.781Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/nirsky.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":"2016-09-01T08:07:31.000Z","updated_at":"2020-08-23T11:13:06.000Z","dependencies_parsed_at":"2022-09-06T21:50:37.984Z","dependency_job_id":null,"html_url":"https://github.com/nirsky/ideviceinstaller-js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirsky%2Fideviceinstaller-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirsky%2Fideviceinstaller-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirsky%2Fideviceinstaller-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirsky%2Fideviceinstaller-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nirsky","download_url":"https://codeload.github.com/nirsky/ideviceinstaller-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245120961,"owners_count":20564017,"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-10-14T13:46:53.952Z","updated_at":"2026-05-06T21:31:48.179Z","avatar_url":"https://github.com/nirsky.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ideviceinstaller-js\nNodeJs wrapper for ideviceinstaller.\nFor use on OSX.\n\n## Getting Started\nFirst, make sure you have ideviceinstaller installed, if you don't you can get it with brew, simply run in you Terminal:\n```\nbrew install ideviceinstaller\n```\nInstall package with npm:\n```\nnpm install ideviceinstaller-js --save\n```\n\n## Usage\nimport the module:\n```\nvar ideviceinstaller = require('ideviceinstaller-js')\n```\n\nNote: Providing the device uuid is optional.\n\n* ideviceinstaller.installApp\n```javascript\nideviceinstaller.installApp('path/to/appFile.app/ipa','my-device-udid')\n```\n\n* ideviceinstaller.uninstallApp\n```javascript\nideviceinstaller.uninstallApp('myapp.bundle.id','my-device-udid')\n```\n\n* ideviceinstaller.reinstallApp\nWill try to uninstall first then install\n```javascript\nideviceinstaller.reinstallApp('path/to/appFile.app/ipa','myapp.bundle.id','my-device-udid')\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnirsky%2Fideviceinstaller-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnirsky%2Fideviceinstaller-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnirsky%2Fideviceinstaller-js/lists"}