Skip to content

octave08/bun-library-template

Repository files navigation

Bun library starter

A starter template for node library built with bun.

Features

  • 🔄 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

Getting started

$ bun install
$ bun test

Run package on example

root project

Go to / and do follow the steps below

$ bun link
$ bun watch

example project

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published