{"id":13941655,"url":"https://github.com/dominique-mueller/exec-bin","last_synced_at":"2025-03-21T04:31:31.074Z","repository":{"id":42657598,"uuid":"357697152","full_name":"dominique-mueller/exec-bin","owner":"dominique-mueller","description":"Run any binary files / executables within your npm scripts.","archived":false,"fork":false,"pushed_at":"2023-01-07T23:54:41.000Z","size":166,"stargazers_count":7,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2024-10-12T08:23:57.235Z","etag":null,"topics":["bin","binary","exe","executable","execute","run","spawn"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/exec-bin","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/dominique-mueller.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-04-13T21:49:08.000Z","updated_at":"2023-12-19T02:45:04.000Z","dependencies_parsed_at":"2023-02-08T03:31:41.339Z","dependency_job_id":null,"html_url":"https://github.com/dominique-mueller/exec-bin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dominique-mueller%2Fexec-bin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dominique-mueller%2Fexec-bin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dominique-mueller%2Fexec-bin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dominique-mueller%2Fexec-bin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dominique-mueller","download_url":"https://codeload.github.com/dominique-mueller/exec-bin/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221811369,"owners_count":16884305,"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":["bin","binary","exe","executable","execute","run","spawn"],"created_at":"2024-08-08T02:01:23.948Z","updated_at":"2024-10-28T09:20:41.269Z","avatar_url":"https://github.com/dominique-mueller.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# exec-bin\n\n**Run any binary files / executables within your npm scripts.**\n\n\u003c/div\u003e\n\n\u003cbr\u003e\u003cbr\u003e\n\n## What it does\n\nRunning binary files / executables within npm scripts works if it's either part of an installed package (`node_modules/.bin`) or globally\ninstalled. A binary that exists someplace else, e.g. in the project root, cannot easily be executed.\n\n**exec-bin** is here to help! It's a (very!) small Node.js script that you can use to run binary files / executables, with all parameters\nbeing forwarded automatically. Fantastic!\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\n## How to install\n\nYou can get the **exec-bin** via **npm** by adding it as a new _devDependency_ to your `package.json` file and running\n`npm install`. Alternatively, run the following command:\n\n```bash\nnpm install exec-bin --save-dev\n```\n\n### Requirements\n\n- **exec-bin** requires **NodeJS 12** (or higher) to be installed\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\n## How to use\n\nUse **exec-bin** within your `package.json` scripts. For example:\n\n```json\n{\n  \"scripts\": {\n    \"build\": \"exec-bin path/to/my/binary --first-parameter=foobar --second-boolean-parameter\"\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdominique-mueller%2Fexec-bin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdominique-mueller%2Fexec-bin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdominique-mueller%2Fexec-bin/lists"}