{"id":28565299,"url":"https://github.com/alertbox/feature-setup-bun","last_synced_at":"2025-06-10T14:14:34.218Z","repository":{"id":296595100,"uuid":"993814731","full_name":"alertbox/feature-setup-bun","owner":"alertbox","description":"Set up your @devcontainers with a specific version of Bun by @oven-sh","archived":false,"fork":false,"pushed_at":"2025-06-01T00:10:22.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-01T07:23:39.553Z","etag":null,"topics":["bun","devcontainer-features","developer-tools"],"latest_commit_sha":null,"homepage":"https://bun.sh","language":"Shell","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/alertbox.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,"zenodo":null}},"created_at":"2025-05-31T15:26:11.000Z","updated_at":"2025-06-01T00:10:25.000Z","dependencies_parsed_at":"2025-06-01T07:23:44.663Z","dependency_job_id":"43c07568-6315-4d77-8909-73af422ec783","html_url":"https://github.com/alertbox/feature-setup-bun","commit_stats":null,"previous_names":["alertbox/feature-setup-bun"],"tags_count":0,"template":false,"template_full_name":"devcontainers/feature-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alertbox%2Ffeature-setup-bun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alertbox%2Ffeature-setup-bun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alertbox%2Ffeature-setup-bun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alertbox%2Ffeature-setup-bun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alertbox","download_url":"https://codeload.github.com/alertbox/feature-setup-bun/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alertbox%2Ffeature-setup-bun/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259090407,"owners_count":22803677,"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":["bun","devcontainer-features","developer-tools"],"created_at":"2025-06-10T14:14:33.470Z","updated_at":"2025-06-10T14:14:34.203Z","avatar_url":"https://github.com/alertbox.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://bun.sh\"\u003e\u003cimg src=\"https://github.com/user-attachments/assets/50282090-adfd-4ddb-9e27-c30753c6b161\" alt=\"Logo\" height=170\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eSetup Bun in Dev Containers\u003c/h1\u003e\n\nDownload, install, and setup specific version of [Bun](https://bun.sh/) in your Dev Container.\n\n\u003e [!note]\n\u003e\n\u003e Originally, this was created to have an isolated development environment to install the pre-release versions on WSL. See [Known Issues](#known-issues) to learn more.\n\n\n## Quick Start\n\n[![Open a Dev Container](https://img.shields.io/static/v1?style=for-the-badge\u0026label=Dev+Container\u0026message=Open\u0026color=blue\u0026logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/alertbox/try-bun)\n\nYou can also add this feature to your `devcontainer.json` file.\n\n```json filename=\"devcontainer.json\"\n\"features\": {\n    \"ghcr.io/alertbox/oven-sh/bun:1\": {}\n}\n```\n### Installing packages globally\n\nYou can also install packages globally, using the `packages` option. Typically this is used for installing CLI tools and the like.\n\n```json filename=\"devcontainer.json\"\n\"features\": {\n    \"ghcr:io/alertbox/oven-sh/bun:1\": {\n        \"packages\": \"cowsay\"\n    }\n}\n```\n\n### Node.js not needed\n\nYou don't need to use the feature [node](https://github.com/devcontainers/features/tree/main/src/node#readme) in most cases.\n\n## Options\n\nSee [src/bun](./src/bun/README.md) folder to learn more about options.\n\n\n## Contributing\n\nThe official repo to contribute would be [@oven-sh/bun](https://github.com/oven-sh/bun?tab=readme-ov-file#readme).\n\nHave a suggestion or a bug fix? Just open a pull request or an issue. Include clear and simple instructions possible.\n\n## Known Issues\n\n- [Windows Support @oven-sh/bun #43](https://github.com/oven-sh/bun/issues/43)\n- [Proposal: Create a feature to install Bun @devcontainers/features #949](https://github.com/devcontainers/features/pull/949)\n\n## License\n\nCopyright (c) The Alertbox, Inc. (@alertbox). All rights reserved.\n\nThe source code is license under the [MIT license](#MIT-1-ov-file).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falertbox%2Ffeature-setup-bun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falertbox%2Ffeature-setup-bun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falertbox%2Ffeature-setup-bun/lists"}