bun-lib-starter
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

bun-lib-starter

Bun Typescript License

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

  1. Clone the repo
    git clone https://github.com/maxam2017/bun-lib-starter.git
  2. Install pre-commit hooks
    pre-commit install
  3. Install bun packages
    bun install

Development

  1. Run in dev mode (watch mode)
    bun dev
  2. Run tests
     bun test

License

Distributed under the MIT License. See LICENSE for more information.

Readme

Keywords

Package Sidebar

Install

npm i bun-lib-starter

Weekly Downloads

1

Version

0.2.1

License

MIT

Unpacked Size

4.75 kB

Total Files

7

Last publish

Collaborators

  • maxam2017