0.2.1 โ€ข Published 2 years ago

bun-lib-starter v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

0.2.1

2 years ago

0.1.1

2 years ago