{"id":18763467,"url":"https://github.com/fabiandev/node-exec-promise","last_synced_at":"2025-08-01T21:07:43.044Z","repository":{"id":57141726,"uuid":"59932470","full_name":"fabiandev/node-exec-promise","owner":"fabiandev","description":"Execute commands from Node.js and get a Promise back.","archived":false,"fork":false,"pushed_at":"2018-11-07T00:06:55.000Z","size":10,"stargazers_count":8,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-15T14:07:42.748Z","etag":null,"topics":["exec","javascript","node","promise"],"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/fabiandev.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":"2016-05-29T07:53:50.000Z","updated_at":"2021-08-21T10:50:22.000Z","dependencies_parsed_at":"2022-09-03T06:53:09.751Z","dependency_job_id":null,"html_url":"https://github.com/fabiandev/node-exec-promise","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/fabiandev/node-exec-promise","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiandev%2Fnode-exec-promise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiandev%2Fnode-exec-promise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiandev%2Fnode-exec-promise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiandev%2Fnode-exec-promise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabiandev","download_url":"https://codeload.github.com/fabiandev/node-exec-promise/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiandev%2Fnode-exec-promise/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265897283,"owners_count":23845617,"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":["exec","javascript","node","promise"],"created_at":"2024-11-07T18:26:15.119Z","updated_at":"2025-08-01T21:07:43.011Z","avatar_url":"https://github.com/fabiandev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-exec-promise\n\n# Installation\n\n```bash\nnpm install --save node-exec-promise\n```\n\n# Example Usage\n\n```js\nvar exec = require('node-exec-promise').exec;\n\nexec('ls -lah /tmp').then(function(out) {\n  console.log(out.stdout, out.stderr);\n}, function(err) {\n  console.error(err);\n});\n```\n\n# Example Gulp Usage\n\n```js\nvar execFile = require('node-exec-promise').execFile;\n\ngulp.task('example', function(done) {\n  execFile('ls', ['-lah', '/tmp']).then(function(out) {\n    done();\n  }, function(err) {\n    // handle error\n  });\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiandev%2Fnode-exec-promise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabiandev%2Fnode-exec-promise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiandev%2Fnode-exec-promise/lists"}