{"id":15018384,"url":"https://github.com/nativescript/mobile-devices-manager","last_synced_at":"2026-02-20T17:31:37.702Z","repository":{"id":141978196,"uuid":"108992529","full_name":"NativeScript/mobile-devices-manager","owner":"NativeScript","description":null,"archived":false,"fork":false,"pushed_at":"2018-09-12T10:57:43.000Z","size":155,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-02T11:22:08.459Z","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/NativeScript.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}},"created_at":"2017-10-31T12:28:46.000Z","updated_at":"2018-09-12T10:57:44.000Z","dependencies_parsed_at":"2023-07-25T21:00:44.743Z","dependency_job_id":null,"html_url":"https://github.com/NativeScript/mobile-devices-manager","commit_stats":{"total_commits":81,"total_committers":4,"mean_commits":20.25,"dds":0.06172839506172845,"last_synced_commit":"a3556ce38ea5467dc816d5b322c938c602de0de6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Fmobile-devices-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Fmobile-devices-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Fmobile-devices-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Fmobile-devices-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NativeScript","download_url":"https://codeload.github.com/NativeScript/mobile-devices-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247093290,"owners_count":20882387,"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-09-24T19:51:54.327Z","updated_at":"2025-10-17T22:07:36.047Z","avatar_url":"https://github.com/NativeScript.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Serves to control simulatos, emulators and real devices.\n    Purpose of this tool is to manage all devices on а machine.\n    This is very convinience when a multiple builds are triggered.\n\n    Provides basic mathods as:\n\n        -subscribeForDevice for device. Accepts:\n            { platform :platformName, name: name, info: info, apiLevel:apiLevel }\n            { platform :platformName, token: token, info: info, apiLevel:apiLevel }\n            { type :deviceType, name: name, info: info, apiLevel:apiLevel }\n        -unsubscribeFromDevice for {token: device.token}.\n        -boot device.\n        -kill device.\n    \n    Basically works with query of type IDevice exposed in mobile-devices-controller \n\n        export interface IDevice {\n            name: string,\n            token: string,\n            type: DeviceType,\n            platform: Platform,\n            status?: Status,\n            startedAt?: number,\n            busySince?: number,\n            pid?: number,\n            apiLevel?: string,\n            info?: string,\n            config?: any,\n        }\n\n## Install\n\nInstall the node packages via:\n\n`$ npm install`\n\n## Using local storage \n    By default mobile-device-manager uses local storage to store device info using files. \n    Default folder location is in home folder of the user.\n    To override it, set env variable `DEVICE_INFO_STORAGE`=path to storage.\n\n## Using remote storage\n\n    Set evn variable `USE_MONOGDB_STORAGE`=true\n\n### Install mogodb\n\n`$ brew update`\n`$ brew install mongodb`\n\n#### Create database default folder\n\n`mkdir -p data/db`\n\n#### Run mongodb\n\n`mogod`\n\n## Use as command line tool.\n    Call mobileD to see all available options.\n        --subscribe\n        --unsubscribe\n        --useMongoDB\n        --verbose\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnativescript%2Fmobile-devices-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnativescript%2Fmobile-devices-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnativescript%2Fmobile-devices-manager/lists"}