{"id":22710564,"url":"https://github.com/smallhelm/scriptsp","last_synced_at":"2025-08-07T15:31:20.778Z","repository":{"id":32933547,"uuid":"36529471","full_name":"smallhelm/scriptsp","owner":"smallhelm","description":"Run multiple package.json scripts in parallel (for development)","archived":false,"fork":false,"pushed_at":"2018-11-05T19:18:42.000Z","size":38,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-28T15:41:37.856Z","etag":null,"topics":["build-tool","nodejs","npm-scripts"],"latest_commit_sha":null,"homepage":null,"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/smallhelm.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}},"created_at":"2015-05-29T21:15:52.000Z","updated_at":"2020-01-26T18:03:31.000Z","dependencies_parsed_at":"2022-08-07T18:16:43.664Z","dependency_job_id":null,"html_url":"https://github.com/smallhelm/scriptsp","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/smallhelm%2Fscriptsp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smallhelm%2Fscriptsp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smallhelm%2Fscriptsp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smallhelm%2Fscriptsp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smallhelm","download_url":"https://codeload.github.com/smallhelm/scriptsp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229057638,"owners_count":18013289,"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":["build-tool","nodejs","npm-scripts"],"created_at":"2024-12-10T12:10:31.123Z","updated_at":"2024-12-10T12:10:31.746Z","avatar_url":"https://github.com/smallhelm.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scriptsp\nRun multiple package.json scripts in parallel (for development)\n\n## How to use it\ninstall\n```sh\n$ npm install --save-dev scriptsp\n```\npackage.json\n```js\n  ...\n  \"scripts\": {\n    \"dev-server\": \"nodemon ....\",\n    \"watch-test\": \"...some test watching script...\",\n    \"watch-js\": \"watchify ...\",\n\n    \"dev\": \"scriptsp dev-server watch-test watch-js\"\n  }\n  ...\n```\nrun it\n```sh\n$ npm run dev\n```\n![scriptsp demo](https://raw.githubusercontent.com/smallhelm/scriptsp/master/demo.png)\n\n\n## Usage\n```\n\nUSAGE: scriptsp [--raw] \u003cscript1\u003e \u003cscript2\u003e ...\n\n    -r, --raw\n        simply pipe the output from the scripts, no fancy output stuff\n\ni.e.\n    $ scriptsp start test watch-js\n\n```\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmallhelm%2Fscriptsp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmallhelm%2Fscriptsp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmallhelm%2Fscriptsp/lists"}