0.2.1 โข Published 2 years ago
bun-lib-starter v0.2.1
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.