{"id":18332500,"url":"https://github.com/cellular/spawn-bin","last_synced_at":"2025-04-09T18:35:47.613Z","repository":{"id":57367058,"uuid":"121226260","full_name":"cellular/spawn-bin","owner":"cellular","description":"Spawns a new Node process that runs the bin file of a given package.","archived":false,"fork":false,"pushed_at":"2020-06-02T23:54:30.000Z","size":47,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T11:19:44.115Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/cellular.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}},"created_at":"2018-02-12T09:27:29.000Z","updated_at":"2020-07-30T12:49:41.000Z","dependencies_parsed_at":"2022-08-23T20:11:06.592Z","dependency_job_id":null,"html_url":"https://github.com/cellular/spawn-bin","commit_stats":null,"previous_names":["fgnass/spawn-bin"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cellular%2Fspawn-bin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cellular%2Fspawn-bin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cellular%2Fspawn-bin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cellular%2Fspawn-bin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cellular","download_url":"https://codeload.github.com/cellular/spawn-bin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248088546,"owners_count":21045737,"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-05T19:39:14.315Z","updated_at":"2025-04-09T18:35:47.594Z","avatar_url":"https://github.com/cellular.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spawn-bin\n\n[![Build Status](https://travis-ci.org/cellular/spawn-bin.svg?branch=master)](https://travis-ci.org/cellular/spawn-bin) [![Greenkeeper badge](https://badges.greenkeeper.io/cellular/spawn-bin.svg)](https://greenkeeper.io/)\n[![version](https://img.shields.io/npm/v/spawn-bin.svg)](http://npm.im/spawn-bin)\n\nSpawns a new Node process that runs the bin file of a given package.\n\n## API\n\n### `spawnBin(bin, args, [opts])`\n\nSame as API as [child_process.spawnSync](https://nodejs.org/api/child_process.html#child_process_child_process_spawnsync_command_args_options) with `bin` being [resolved](https://www.npmjs.com/package/resolve-bin) first.\n\nIf the name of the executable does not equal the package name you can use the format `\u003cpackage\u003e:\u003cexecutable\u003e`:\n\n```js\nspawnBin('flow-bin:flow', ['.']);\n```\n\n__Note:__ The `stdio` option is set to `'inherit'` by default.\n\n# License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcellular%2Fspawn-bin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcellular%2Fspawn-bin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcellular%2Fspawn-bin/lists"}