{"id":36539681,"url":"https://github.com/avennn/bshell","last_synced_at":"2026-01-12T05:40:41.489Z","repository":{"id":159889073,"uuid":"634907920","full_name":"avennn/bshell","owner":"avennn","description":"🔨Provide portable Unix shell commands out of shelljs for Node.js","archived":false,"fork":false,"pushed_at":"2023-12-02T02:06:46.000Z","size":121,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-09T02:46:47.837Z","etag":null,"topics":["bash","bshell","javascript","node","nodejs","shell","shelljs","unix"],"latest_commit_sha":null,"homepage":"","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/avennn.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,"governance":null}},"created_at":"2023-05-01T14:17:17.000Z","updated_at":"2023-05-30T06:31:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"181840e2-6f35-4a93-a967-231b4d3783a7","html_url":"https://github.com/avennn/bshell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/avennn/bshell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avennn%2Fbshell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avennn%2Fbshell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avennn%2Fbshell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avennn%2Fbshell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avennn","download_url":"https://codeload.github.com/avennn/bshell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avennn%2Fbshell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28335226,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"online","status_checked_at":"2026-01-12T02:00:08.677Z","response_time":98,"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":["bash","bshell","javascript","node","nodejs","shell","shelljs","unix"],"created_at":"2026-01-12T05:40:36.520Z","updated_at":"2026-01-12T05:40:41.482Z","avatar_url":"https://github.com/avennn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"README.md\"\u003eEnglish\u003c/a\u003e｜\u003ca href=\"README.zh_CN.md\"\u003e简体中文\u003c/a\u003e\n\n# bshell\n\n[![Download](https://img.shields.io/npm/dw/bshell)](https://www.npmjs.com/package/bshell)\n[![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen)](https://github.com/avennn/bshell)\n[![Npm](https://img.shields.io/npm/v/bshell)](https://github.com/avennn/bshell)\n[![Node](https://img.shields.io/node/v/bshell)](./package.json)\n[![License](https://img.shields.io/npm/l/bshell)](./LICENSE)\n\nProvide portable Unix shell commands out of [shelljs](https://github.com/shelljs/shelljs) for Node.js.\n\nbshell means \"better shell\".\n\n## Install\n\nWith npm\n\n```bash\nnpm i bshell\n```\n\nWith yarn\n\n```bash\nyarn add bshell\n```\n\nWith pnpm\n\n```bash\npnpm add bshell\n```\n\n## Usage\n\n### ps\n\n```js\nimport { Ps } from 'bshell';\n\nconst ps = new Ps();\n\nps.execute().then((res) =\u003e {\n  console.log(res); // [{ pid: 123, tty: 'ttys001' }, ...]\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favennn%2Fbshell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favennn%2Fbshell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favennn%2Fbshell/lists"}