{"id":18157523,"url":"https://github.com/ubermanu/bobun","last_synced_at":"2026-04-20T13:35:48.125Z","repository":{"id":193771212,"uuid":"689347927","full_name":"ubermanu/bobun","owner":"ubermanu","description":"🍚 A CLI that bundles your Bun project","archived":false,"fork":false,"pushed_at":"2023-10-02T11:59:00.000Z","size":110,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T05:44:22.394Z","etag":null,"topics":["bun","bundler","cli"],"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/ubermanu.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":"2023-09-09T14:21:52.000Z","updated_at":"2023-09-30T11:35:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"3eb40f60-2999-46b1-9bed-39b2e1320e26","html_url":"https://github.com/ubermanu/bobun","commit_stats":null,"previous_names":["ubermanu/bobun"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ubermanu/bobun","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubermanu%2Fbobun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubermanu%2Fbobun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubermanu%2Fbobun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubermanu%2Fbobun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ubermanu","download_url":"https://codeload.github.com/ubermanu/bobun/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubermanu%2Fbobun/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32049069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bun","bundler","cli"],"created_at":"2024-11-02T06:06:30.476Z","updated_at":"2026-04-20T13:35:48.109Z","avatar_url":"https://github.com/ubermanu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"images/bobun-512.png\" alt=\"Bobun\" width=\"200\" /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"npm\" src=\"https://img.shields.io/npm/v/%40ubermanu%2Fbobun\"\u003e\n\u003c/p\u003e\n\n# @ubermanu/bobun\n\nAn all-in-one bundler using `Bun.build`.\n\n## Install\n\n```bash\nbun add @ubermanu/bobun -d\n```\n\n## Usage\n\n```bash\nbunx bobun [options]\n```\n\n### Options\n\n- `--minify` Minify the output files\n- `--sourcemap` Generate sourcemaps\n\n## Quick Start\n\n**Bobun** reads your `package.json` file and determines what to build without you providing any configuration.\n\nFor example, if you have a `package.json` file like this:\n\n```json\n{\n  \"name\": \"hello-world\",\n  \"version\": \"1.0.0\",\n  \"module\": \"dist/index.mjs\",\n  \"types\": \"dist/index.d.ts\",\n  \"bin\": {\n    \"hello\": \"dist/bin.js\"\n  }\n}\n```\n\nThen you can build your package with:\n\n```bash\nbunx bobun\n```\n\nWhich will generate these files:\n\n```\nsrc/index.ts → dist/index.mjs\nsrc/index.ts → dist/index.d.ts\nsrc/bin.ts → dist/bin.js\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubermanu%2Fbobun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fubermanu%2Fbobun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubermanu%2Fbobun/lists"}