Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 813 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 813 Bytes

Developing Typescript Libraries with Bun

Developing Typescript Libraries with Bun.

Usage

To clone repo:

bunx degit heybrostudio/bun-lib-starter [new-project-name]

To install dependencies:

bun install

To run:

bun run dev

Authors

License

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.