A starter template for node library built with bun.
- 🔄 Supports both ESM and CJS
- 🛠️ Formatting and linting with Biome
- 🧪 Inclusive Built-in Bun Test Runner
- 👊 Lefthook for Git hooks
- 🏃➡️ Github Actions for CI/CD
- 📦 Manual release with Light Release
- 🚀 Manual publish with Bun
- 🍯 An example app for testing
$ bun install
$ bun test
Go to /
and do follow the steps below
$ bun link
$ bun watch
Go to /example
and do follow the steps below
$ bun link bun-library-template
$ bun dev
This project was created using bun init
in bun v1.1.44. Bun is a fast all-in-one JavaScript runtime.