{"id":27720705,"url":"https://github.com/idleberg/node-exec-appx","last_synced_at":"2026-05-01T04:40:54.104Z","repository":{"id":49770691,"uuid":"149510151","full_name":"idleberg/node-exec-appx","owner":"idleberg","description":"Executes a Windows Store app (Appx)","archived":false,"fork":false,"pushed_at":"2023-07-31T22:24:44.000Z","size":217,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T19:24:35.396Z","etag":null,"topics":["appx","nodejs","universal-windows-platform","windows-store"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idleberg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-09-19T20:44:59.000Z","updated_at":"2024-02-16T07:13:41.000Z","dependencies_parsed_at":"2024-10-29T20:19:54.555Z","dependency_job_id":null,"html_url":"https://github.com/idleberg/node-exec-appx","commit_stats":{"total_commits":29,"total_committers":4,"mean_commits":7.25,"dds":"0.48275862068965514","last_synced_commit":"c97d0ecc36f94f5b86374e1a2024e96a79f39092"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2Fnode-exec-appx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2Fnode-exec-appx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2Fnode-exec-appx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2Fnode-exec-appx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idleberg","download_url":"https://codeload.github.com/idleberg/node-exec-appx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251119576,"owners_count":21539194,"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":["appx","nodejs","universal-windows-platform","windows-store"],"created_at":"2025-04-27T10:00:30.679Z","updated_at":"2026-05-01T04:40:49.081Z","avatar_url":"https://github.com/idleberg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# exec-appx\n\n[![npm](https://flat.badgen.net/npm/license/exec-appx)](https://www.npmjs.org/package/exec-appx)\n[![npm](https://flat.badgen.net/npm/v/exec-appx)](https://www.npmjs.org/package/exec-appx)\n[![CircleCI](https://flat.badgen.net/circleci/github/idleberg/node-exec-appx)](https://circleci.com/gh/idleberg/node-exec-appx)\n\nExecutes a Windows Store application (Appx)\n\n## Prerequisites\n\nThis library requires PowerShell 5.0 (or higher) and support for the Windows Store\n\n## Installation\n\n`yarn add exec-appx || npm install exec-appx`\n\n## Usage\n\n`execAppx(appID: string, args: Array, options: Object)`\n\nExample usage in script:\n\n```js\nconst execAppx = require('exec-appx');\n\n// Application ID\nconst appID = 'SpotifyAB.SpotifyMusic';\n\n(async () =\u003e {\n    try {\n        await execAppx(appID);\n    } catch (err) {\n        console.error(err);\n    }\n})();\n\n```\n\n### Options\n\nSee [`child_process.spawn`](https://nodejs.org/api/child_process.html#child_process_child_process_spawn_command_args_options) documentation for details\n\n## Related\n\n- [get-appx-manifest](https://www.npmjs.com/package/get-appx-manifest)\n- [get-appx-path](https://www.npmjs.com/package/get-appx-path)\n\n## License\n\nThis work is licensed under [The MIT License](https://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidleberg%2Fnode-exec-appx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidleberg%2Fnode-exec-appx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidleberg%2Fnode-exec-appx/lists"}