Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.