{"id":15757902,"url":"https://github.com/zkochan/exec-cmds","last_synced_at":"2025-11-12T22:18:11.843Z","repository":{"id":36691668,"uuid":"40998162","full_name":"zkochan/exec-cmds","owner":"zkochan","description":"Executes a list of commands.","archived":false,"fork":false,"pushed_at":"2016-11-25T19:48:53.000Z","size":10,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-06T15:42:03.512Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"JetBrains/kotlin-native","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zkochan.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-08-18T21:21:53.000Z","updated_at":"2015-11-23T00:52:16.000Z","dependencies_parsed_at":"2022-09-05T23:31:08.570Z","dependency_job_id":null,"html_url":"https://github.com/zkochan/exec-cmds","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zkochan/exec-cmds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkochan%2Fexec-cmds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkochan%2Fexec-cmds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkochan%2Fexec-cmds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkochan%2Fexec-cmds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zkochan","download_url":"https://codeload.github.com/zkochan/exec-cmds/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkochan%2Fexec-cmds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284119266,"owners_count":26950586,"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","status":"online","status_checked_at":"2025-11-12T02:00:06.336Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-04T09:40:46.044Z","updated_at":"2025-11-12T22:18:11.817Z","avatar_url":"https://github.com/zkochan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# exec-cmds\n\nExecutes a list of commands.\n\n[![Dependency Status](https://david-dm.org/zkochan/exec-cmds/status.svg?style=flat)](https://david-dm.org/zkochan/exec-cmds)\n[![Build Status](http://img.shields.io/travis/zkochan/exec-cmds.svg?style=flat)](https://travis-ci.org/zkochan/exec-cmds)\n[![npm version](https://badge.fury.io/js/exec-cmds.svg)](http://badge.fury.io/js/exec-cmds)\n\n\n## Installation\n\n```\nnpm install --save exec-cmds\n```\n\n\n## Usage example\n\n```js\nconst execCmds = require('exec-cmds');\n\nlet cwd =  path.resolve(process.cwd());\nlet cmds = [\n  'mkdir foo',\n  'rm -rf foo'\n];\nexecCmds(cmds, {\n  cwd,\n  env: {\n    FOO_BAR: 'Hello world!'\n  }\n});\n```\n\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzkochan%2Fexec-cmds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzkochan%2Fexec-cmds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzkochan%2Fexec-cmds/lists"}