Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 883 Bytes

File metadata and controls

20 lines (15 loc) · 883 Bytes

🥐 pastry

A simple template to build libraries with Bun

What's included

  • Bun - For running the project, scripts and tests.
  • Bunup - Build tool for built on Bun's native bundler with great DX.
  • Adamantite - Code quality tool for linting, formatting and type checking.
  • Changesets - Versioning and changelog management.
  • GitHub Actions - CI workflow for linting, type checking, and testing; automated release workflow.
  • Init script - Interactive setup via bun run init.

Documentation