{"id":15889220,"url":"https://github.com/arshadkazmi42/command-exec","last_synced_at":"2025-10-08T17:56:43.129Z","repository":{"id":44354510,"uuid":"213226477","full_name":"arshadkazmi42/command-exec","owner":"arshadkazmi42","description":"Promisified shell commands executer","archived":false,"fork":false,"pushed_at":"2022-07-10T10:26:01.000Z","size":82,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-11T12:35:50.541Z","etag":null,"topics":["commands","executor","linux","linux-commands","nodejs","shell"],"latest_commit_sha":null,"homepage":"","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/arshadkazmi42.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-06T19:02:10.000Z","updated_at":"2022-07-10T10:36:01.000Z","dependencies_parsed_at":"2022-09-07T09:50:11.522Z","dependency_job_id":null,"html_url":"https://github.com/arshadkazmi42/command-exec","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/arshadkazmi42/command-exec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arshadkazmi42%2Fcommand-exec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arshadkazmi42%2Fcommand-exec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arshadkazmi42%2Fcommand-exec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arshadkazmi42%2Fcommand-exec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arshadkazmi42","download_url":"https://codeload.github.com/arshadkazmi42/command-exec/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arshadkazmi42%2Fcommand-exec/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270377433,"owners_count":24573409,"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-08-14T02:00:10.309Z","response_time":75,"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":["commands","executor","linux","linux-commands","nodejs","shell"],"created_at":"2024-10-06T06:41:48.262Z","updated_at":"2025-10-08T17:56:38.091Z","avatar_url":"https://github.com/arshadkazmi42.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# command-exec\n\n[![Build](https://github.com/arshadkazmi42/command-exec/actions/workflows/nodejs.yml/badge.svg)](https://github.com/arshadkazmi42/command-exec/actions/workflows/nodejs.yml)\n[![NPM Version](https://img.shields.io/npm/v/command-exec.svg)](https://www.npmjs.com/package/command-exec)\n[![NPM Downloads](https://img.shields.io/npm/dt/command-exec.svg)](https://www.npmjs.com/package/command-exec)\n[![Github Repo Size](https://img.shields.io/github/repo-size/arshadkazmi42/command-exec.svg)](https://github.com/arshadkazmi42/command-exec)\n[![LICENSE](https://img.shields.io/npm/l/command-exec.svg)](https://github.com/arshadkazmi42/command-exec/blob/master/LICENSE)\n[![Contributors](https://img.shields.io/github/contributors/arshadkazmi42/command-exec.svg)](https://github.com/arshadkazmi42/command-exec/graphs/contributors)\n[![Commit](https://img.shields.io/github/last-commit/arshadkazmi42/command-exec.svg)](https://github.com/arshadkazmi42/command-exec/commits/master)\n\n\nExecute promisified shell (linux) commands in Nodejs\n\n## Install\n\n```\nnpm i command-exec\n```\n\n## Usage\n\n```javascript\n\nconst $cExec = require('command-exec');\n\n( async () =\u003e {\n  const result = $cExec('ls');\n  console.log(result);\n})();\n\n// OUTPUT\n// eslintrc.json\n// .git\n// .gitignore\n// .travis.yml\n// LICENSE\n// README.md\n// index.js\n// node_modules\n// package-lock.json\n// package.json\n// tests\n\n```\n\n## Contributing\n\nInterested in contributing to this project?\nYou can log any issues or suggestion related to this library [here](https://github.com/arshadkazmi42/command-exec/issues/new)\n\nRead our contributing [guide](CONTRIBUTING.md) on getting started with contributing to the codebase\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farshadkazmi42%2Fcommand-exec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farshadkazmi42%2Fcommand-exec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farshadkazmi42%2Fcommand-exec/lists"}