{"id":24258194,"url":"https://github.com/media-service-dev/process","last_synced_at":"2025-09-23T20:30:55.384Z","repository":{"id":45383662,"uuid":"248493887","full_name":"media-service-dev/process","owner":"media-service-dev","description":"Library to easier work with processes in node","archived":false,"fork":false,"pushed_at":"2021-12-16T12:10:06.000Z","size":487,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T03:46:27.128Z","etag":null,"topics":["library","nodejs","process","typescript"],"latest_commit_sha":null,"homepage":"https://media-service.com/","language":"TypeScript","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/media-service-dev.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":"2020-03-19T12:10:26.000Z","updated_at":"2021-12-16T12:10:09.000Z","dependencies_parsed_at":"2022-09-17T22:50:37.353Z","dependency_job_id":null,"html_url":"https://github.com/media-service-dev/process","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/media-service-dev%2Fprocess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/media-service-dev%2Fprocess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/media-service-dev%2Fprocess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/media-service-dev%2Fprocess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/media-service-dev","download_url":"https://codeload.github.com/media-service-dev/process/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233994946,"owners_count":18762956,"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":["library","nodejs","process","typescript"],"created_at":"2025-01-15T05:31:51.538Z","updated_at":"2025-09-23T20:30:54.971Z","avatar_url":"https://github.com/media-service-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# @mscs/process\n\nThis is a library to handle child processes in typescript for node.\n\n## Installation\n\n```shell script\n$ yarn add @mscs/process\n```\n\n## Usage\n\nShort example:\n\n```typescript\nimport { Process } from \"@mscs/process\";\n\nasync function runtime() {\n    const listDirectoryProcess = new Process([\"ls\", \"-lar\"]);\n    const exitCode = await listDirectoryProcess.run();\n\n    if(listDirectoryProcess.isSuccessful()){\n        const output = listDirectoryProcess.getOutput();\n        // ...\n    } else {\n        const output = listDirectoryProcess.getErrorOutput();\n        // ...    \n    }\n}\n\nruntime().catch(error =\u003e {\n    console.log(error);\n    process.exit(1);\n});\n```\n\n# Important note \n\nSince *Symfony* is, for good reason, a registered trademark, please take note that we are in no way associated with [the Symfony brand](https://symfony.com/) or the [SensioLabs](https://sensiolabs.com/) organization.\nTherefore, we don't represent or speak for any of them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedia-service-dev%2Fprocess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmedia-service-dev%2Fprocess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedia-service-dev%2Fprocess/lists"}