{"id":26665326,"url":"https://github.com/elsehow/kefir-child-process","last_synced_at":"2025-03-25T17:36:51.401Z","repository":{"id":57288949,"uuid":"44092001","full_name":"elsehow/kefir-child-process","owner":"elsehow","description":"child_process.spawn and child_process.exec as kefir streams ","archived":false,"fork":false,"pushed_at":"2015-12-21T18:14:10.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T18:46:58.452Z","etag":null,"topics":[],"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/elsehow.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":"2015-10-12T07:43:14.000Z","updated_at":"2015-12-22T09:08:39.000Z","dependencies_parsed_at":"2022-09-20T05:07:09.800Z","dependency_job_id":null,"html_url":"https://github.com/elsehow/kefir-child-process","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fkefir-child-process","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fkefir-child-process/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fkefir-child-process/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fkefir-child-process/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elsehow","download_url":"https://codeload.github.com/elsehow/kefir-child-process/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245511366,"owners_count":20627376,"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":"2025-03-25T17:36:50.844Z","updated_at":"2025-03-25T17:36:51.395Z","avatar_url":"https://github.com/elsehow.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kefir-child-process\n\n`child_process.spawn` and `child_process.exec` as [kefir](https://rpominov.github.io/kefir/) streams 😎\n\n## installation\n\n`npm install kefir-child-process`\n\n## usage\n\n```javascript\nvar kefir_proc = require('kefir-child-process')\n\nvar executions = kefir_proc.spawn('tail', ['-f', 'debug.log'])\nvar d = executions.debounce(3000)\nexecutions.filter(500error).throttle(500).log()\n```\n\n## API\n\nsee the [node child_process docs](https://nodejs.org/api/child_process.html), which this API matches.\n\n### kefir_proc.execute(command, [options])\n\n### kefir_proc.spawn(command, [args], [options])\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felsehow%2Fkefir-child-process","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felsehow%2Fkefir-child-process","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felsehow%2Fkefir-child-process/lists"}