{"id":13602921,"url":"https://github.com/wobsoriano/bnx","last_synced_at":"2025-09-26T22:31:57.082Z","repository":{"id":51855120,"uuid":"520637226","full_name":"wobsoriano/bnx","owner":"wobsoriano","description":"zx inspired shell for Bun.","archived":true,"fork":false,"pushed_at":"2024-01-21T07:14:32.000Z","size":95,"stargazers_count":123,"open_issues_count":2,"forks_count":3,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-12-15T18:19:15.902Z","etag":null,"topics":["bash","bun","cli","shell"],"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/wobsoriano.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-02T20:14:59.000Z","updated_at":"2024-11-02T08:24:13.000Z","dependencies_parsed_at":"2024-06-19T11:23:41.473Z","dependency_job_id":"1b7d96c0-28fd-471d-9f2b-1757e2776199","html_url":"https://github.com/wobsoriano/bnx","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"8bc509d4a252a501ef2ac00067e5be093f44a91c"},"previous_names":["wobsoriano/bunx"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wobsoriano%2Fbnx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wobsoriano%2Fbnx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wobsoriano%2Fbnx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wobsoriano%2Fbnx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wobsoriano","download_url":"https://codeload.github.com/wobsoriano/bnx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234261440,"owners_count":18804542,"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":["bash","bun","cli","shell"],"created_at":"2024-08-01T18:01:42.995Z","updated_at":"2025-09-26T22:31:51.805Z","avatar_url":"https://github.com/wobsoriano.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Extensions","cli"],"sub_categories":["Utilities"],"readme":"# 🐚 bnx\n\nA simple [zx](https://github.com/google/zx) inspired shell for Bun.\n\n\u003e [!IMPORTANT]  \n\u003e Starting with Bun v1.0.24, you no longer need this package as you can use the built-in [Bun Shell](https://bun.sh/blog/the-bun-shell).\n\n## Install\n\n```bash\nbun add bnx\n```\n\n## Usage\n\n```ts\nimport { $ } from 'bnx'\n\nconst list = await $`ls -l`\n\nconst files = list.split('\\n').slice(1).map((l) =\u003e l.split(/\\s+/).at(-1))\nconsole.log(files)\n\nconst branch = await $`git branch --show-current`\n\nawait $`mkdir /tmp/${branch}`\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwobsoriano%2Fbnx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwobsoriano%2Fbnx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwobsoriano%2Fbnx/lists"}