bun-lib-starter
v0.2.1
Published
![Bun](https://img.shields.io/badge/bun-282a36?style=for-the-badge&logo=bun&logoColor=fbf0df) ![Typescript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white) ![License](https://img.shields.io/github/licens
Downloads
4
Readme
bun-lib-starter
A starter template for node library built with bun.
What's included
- 🚀 Typescript Support
- 🧼 Linting and Formatting with Pre-commit Hooks (Powered by pre-commit and biomejs)
- 📦 Efficient Bundling with tsup (Supporting both cjs and esm)
- 🧪 Inclusive Built-in Test Runner (Powered by bun)
- 🌐 GitHub Actions for CI/CD and Semantic Release Automation
Getting Started
Prerequisites
Installation
- Clone the repo
git clone https://github.com/maxam2017/bun-lib-starter.git
- Install pre-commit hooks
pre-commit install
- Install bun packages
bun install
Development
- Run in dev mode (watch mode)
bun dev
- Run tests
bun test
License
Distributed under the MIT License. See LICENSE
for more information.