https://github.com/goreleaser/example-bun
Example Bun project using GoReleaser
https://github.com/goreleaser/example-bun
bun goreleaser typescript
Last synced: about 1 year ago
JSON representation
Example Bun project using GoReleaser
- Host: GitHub
- URL: https://github.com/goreleaser/example-bun
- Owner: goreleaser
- Created: 2024-12-30T15:56:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T16:53:53.000Z (over 1 year ago)
- Last Synced: 2025-04-02T10:29:38.111Z (about 1 year ago)
- Topics: bun, goreleaser, typescript
- Language: Dockerfile
- Homepage: https://goreleaser.com/customization/builds/bun
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# example-bun
This uses GoReleaser v2.6+ to build and release a Bun project with GoReleaser.
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.1.42. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.