{"id":18446278,"url":"https://github.com/catdad/multispawn","last_synced_at":"2026-04-09T17:06:58.809Z","repository":{"id":57305383,"uuid":"169502745","full_name":"catdad/multispawn","owner":"catdad","description":"⛓ run multiple processes in the foreground","archived":false,"fork":false,"pushed_at":"2019-02-08T16:18:30.000Z","size":54,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T01:50:27.109Z","etag":null,"topics":["cli","linux","macos","multiple","node","npm","shell","spawn","windows"],"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/catdad.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":"2019-02-07T01:19:45.000Z","updated_at":"2023-02-15T23:32:40.000Z","dependencies_parsed_at":"2022-09-26T16:31:05.951Z","dependency_job_id":null,"html_url":"https://github.com/catdad/multispawn","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catdad%2Fmultispawn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catdad%2Fmultispawn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catdad%2Fmultispawn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catdad%2Fmultispawn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/catdad","download_url":"https://codeload.github.com/catdad/multispawn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248995258,"owners_count":21195516,"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":["cli","linux","macos","multiple","node","npm","shell","spawn","windows"],"created_at":"2024-11-06T07:08:51.755Z","updated_at":"2025-12-30T20:20:53.339Z","avatar_url":"https://github.com/catdad.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# multispawn\n\n[![travis][travis.svg]][travis.link]\n[![appveyor][appveyor.svg]][appveyor.link]\n[![cov-codeclimate][cov-codeclimate.svg]][cov-codeclimate.link]\n[![score-codeclimate][score-codeclimate.svg]][score-codeclimate.link]\n[![npm-downloads][npm-downloads.svg]][npm.link]\n[![npm-version][npm-version.svg]][npm.link]\n[![dm-david][dm-david.svg]][dm-david.link]\n\n[travis.svg]: https://travis-ci.com/catdad/multispawn.svg?branch=master\n[travis.link]: https://travis-ci.com/catdad/multispawn\n[appveyor.svg]: https://ci.appveyor.com/api/projects/status/github/catdad/multispawn?branch=master\u0026svg=true\n[appveyor.link]: https://ci.appveyor.com/project/catdad/multispawn\n[cov-codeclimate.svg]: https://codeclimate.com/github/catdad/multispawn/badges/coverage.svg\n[cov-codeclimate.link]: https://codeclimate.com/github/catdad/multispawn/coverage\n[score-codeclimate.svg]: https://codeclimate.com/github/catdad/multispawn/badges/gpa.svg\n[score-codeclimate.link]: https://codeclimate.com/github/catdad/multispawn\n[npm-downloads.svg]: https://img.shields.io/npm/dm/multispawn.svg\n[npm.link]: https://www.npmjs.com/package/multispawn\n[npm-version.svg]: https://img.shields.io/npm/v/multispawn.svg\n[dm-david.svg]: https://david-dm.org/catdad/multispawn.svg\n[dm-david.link]: https://david-dm.org/catdad/multispawn\n\nThis is a simple CLI that will let you run multiple commands, at the same time, in the foreground. This is similar to `bash`'s ability to run programs in the background (`\u0026`) along with a `wait`, but works cross-platform. Just type all your commands the way you would put them in your terminal and split them with `!`.\n\n## Example:\n\n```bash\nnpx multispawn npx http-server -p 8000 ! npx localtunnel --port 8000\n```\n\nThe above code is functionally equivalent to this bit in `bash`:\n\n```bash\nnpx http-server -p 8000 \u0026\nnpx localtunnel --port 8000 \u0026\nwait\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatdad%2Fmultispawn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatdad%2Fmultispawn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatdad%2Fmultispawn/lists"}