Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goreleaser/example-bun
Example Bun project using GoReleaser
https://github.com/goreleaser/example-bun
bun goreleaser typescript
Last synced: 18 days 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 (25 days ago)
- Default Branch: main
- Last Pushed: 2025-01-05T16:38:26.000Z (19 days ago)
- Last Synced: 2025-01-05T17:29:03.809Z (19 days ago)
- Topics: bun, goreleaser, typescript
- Language: Dockerfile
- Homepage: https://goreleaser.com/customization/bun-builds
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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.