Developing Typescript Libraries with Bun.
To clone repo:
bunx degit heybrostudio/bun-lib-starter [new-project-name]
To install dependencies:
bun install
To run:
bun run dev
MIT License © 2024-PRESENT Caven
This project was created using bun init
in bun v1.1.1. Bun is a fast all-in-one JavaScript runtime.