bunup

⚡ A blazing-fast build tool for your libraries built with Bun.

MIT 387 个版本
安装
npm install bunup
yarn add bunup
pnpm add bunup
bun add bunup
README

Logo

Bunup

NPM Version Built with Bun sponsor

Bunup helps you ship TypeScript/React libraries faster with great DX — built on Bun's native bundler.

Performance

Instant builds by design. With Bun’s native speed, builds and rebuilds are extremely quick, even in monorepos. Faster feedback loops, higher productivity, calmer flow.

🚀 Quick Start

Create a TypeScript file:

// src/index.ts
export function greet(name: string): string {
	return `Hello, ${name}!`;
}

Build it instantly:

bunx bunup

Outputs to dist/ with ESM and .d.ts types.

Need CommonJS too?

bunx bunup --format esm,cjs

Want to generate and sync package exports automatically?

bunx bunup --exports

Scaffold

Spin up a modern, ready-to-publish TypeScript or React component library (or a basic starter) in ~10 seconds:

bunx @bunup/cli@latest create

See more in Scaffold with Bunup.

Features

  • Instant builds — lightning-fast by default
  • 🎨 CSS support out of the box — import CSS directly, with built-in CSS Modules support.
  • 📝 TypeScript declarations — clean, accurate .d.ts files
  • 🪓 Declaration splitting — smaller, cleaner type bundles
  • 🔋 Batteries included — auto-exports, unused dependency detection, and more
  • 🏗️ Workspace-ready — build multiple packages from one config and one command

For more, see the full documentation: https://bunup.dev

📚 Examples

Check out the examples directory for example usage:

❤️ Contributing

We welcome contributions! Please read the contributing guide.

Contributors

Sponsors



版本列表
0.16.32 2026-06-01
0.16.31 2026-02-27
0.16.30 2026-02-27
0.16.29 2026-02-19
0.16.28 2026-02-18
0.16.27 2026-02-18
0.16.26 2026-02-10
0.16.25 2026-02-09
0.16.24 2026-02-09
0.16.23 2026-02-07
0.16.22 2026-01-31
0.16.21 2026-01-29
0.16.20 2026-01-14
0.16.19 2026-01-14
0.16.18 2026-01-14
0.16.17 2025-12-30
0.16.16 2025-12-30
0.16.15 2025-12-30
0.16.14 2025-12-30
0.16.13 2025-12-30
0.16.12 2025-12-30
0.16.11 2025-12-19
0.16.10 2025-11-21
0.16.9 2025-11-21
0.16.8 2025-11-21
0.16.5 2025-11-21
0.16.3 2025-11-21
0.15.15 2025-11-21
0.15.14 2025-11-06
0.15.13 2025-10-31
0.15.12 2025-10-27
0.15.11 2025-10-26
0.15.10 2025-10-26
0.15.9 2025-10-26
0.15.8 2025-10-26
0.15.7 2025-10-23
0.15.6 2025-10-21
0.15.4 2025-10-19
0.15.3 2025-10-17
0.15.2 2025-10-17
0.15.1 2025-10-17
0.15.0 2025-10-17
0.14.21 2025-10-16
0.14.20 2025-10-07
0.14.19 2025-10-06
0.14.18 2025-10-05
0.14.17 2025-10-05
0.14.16 2025-10-05
0.14.14 2025-10-04
0.14.13 2025-10-04
0.14.12 2025-10-03
0.14.11 2025-10-01
0.14.10 2025-10-01
0.14.9 2025-09-28
0.14.8 2025-09-28
0.14.7 2025-09-28
0.14.6 2025-09-28
0.14.5 2025-09-28
0.13.6 2025-09-28
0.13.5 2025-09-28
0.13.4 2025-09-28
0.13.0 2025-09-28
0.12.0 2025-09-11
0.11.30 2025-09-25
0.11.28 2025-09-25
0.11.27 2025-09-23
0.11.26 2025-09-17
0.11.25 2025-09-14
0.11.24 2025-09-05
0.11.23 2025-09-04
0.11.22 2025-08-29
0.11.21 2025-08-29
0.11.20 2025-08-29
0.11.16 2025-08-29
0.11.14 2025-08-26
0.11.13 2025-08-24
0.11.12 2025-08-24
0.11.11 2025-08-24
0.11.4 2025-08-23
0.11.3 2025-08-23
0.11.2 2025-08-22
0.11.1 2025-08-21
0.11.0 2025-08-18
0.10.0 2025-08-17
0.9.3 2025-08-10
0.9.2 2025-08-03
0.9.1 2025-07-30
0.9.0 2025-07-28
0.8.72 2025-07-24
0.8.71 2025-07-24
0.8.70 2025-07-22
0.8.69 2025-07-22
0.8.68 2025-07-22
0.8.67 2025-07-22
0.8.66 2025-07-22
0.8.65 2025-07-22
0.8.64 2025-07-20
0.8.63 2025-07-20
0.8.62 2025-07-20
0.8.61 2025-07-18
0.8.60 2025-07-08
0.8.59 2025-07-08
0.8.58 2025-07-06
0.8.57 2025-07-05
0.8.56 2025-07-04
0.8.55 2025-07-04
0.8.54 2025-07-02
0.8.53 2025-07-02
0.8.52 2025-07-02
0.8.51 2025-07-02
0.8.50 2025-06-30
0.8.49 2025-06-29
0.8.48 2025-06-23
0.8.47 2025-06-22
0.8.46 2025-06-20
0.8.45 2025-06-18
0.8.44 2025-06-17
0.8.43 2025-06-16
0.8.42 2025-06-16
0.8.41 2025-06-16
0.8.40 2025-06-16
0.8.39 2025-06-16
0.8.38 2025-06-16
0.8.37 2025-06-15
0.8.36 2025-06-15
0.8.35 2025-06-05
0.8.33 2025-06-04
0.8.32 2025-06-04
0.8.31 2025-06-04
0.8.30 2025-06-04
0.8.29 2025-06-04
0.8.28 2025-06-03
0.8.27 2025-06-03
0.8.25 2025-06-02
0.8.24 2025-06-02
0.8.23 2025-06-01
0.8.22 2025-05-31
0.8.21 2025-05-31
0.8.20 2025-05-31
0.8.19 2025-05-31
0.8.18 2025-05-31
0.8.17 2025-05-31
0.8.16 2025-05-31
0.8.15 2025-05-30
0.8.14 2025-05-30
0.8.13 2025-05-29
0.8.12 2025-05-29
0.8.11 2025-05-29
0.8.10 2025-05-28
0.8.9 2025-05-28
0.8.8 2025-05-27
0.8.7 2025-05-26
0.8.6 2025-05-24
0.8.5 2025-05-24
0.8.4 2025-05-21
0.8.3 2025-05-21
0.8.2 2025-05-21
0.8.1 2025-05-21
0.8.0 2025-05-20
0.7.6 2025-05-20
0.7.5 2025-05-19
0.7.4 2025-05-18
0.7.3 2025-05-18
0.7.0 2025-05-17
0.6.2 2025-05-15
0.6.1 2025-05-12
0.6.0 2025-05-11
0.5.18 2025-05-11
0.5.17 2025-05-11
0.5.16 2025-05-11
0.5.14 2025-05-01
0.5.13 2025-04-30
0.5.12 2025-04-30
0.5.11 2025-04-28
0.5.10 2025-04-28
0.5.9 2025-04-27
0.5.7 2025-04-27
0.5.6 2025-04-26
0.5.5 2025-04-26
0.5.1 2025-04-26
0.4.99 2025-04-25
0.4.98 2025-04-25
0.4.95 2025-04-25
0.4.92 2025-04-25
0.4.90 2025-04-25
0.4.87 2025-04-25
0.4.78 2025-04-25
0.4.74 2025-04-25
0.4.73 2025-04-25
0.4.72 2025-04-24
0.4.71 2025-04-24
0.4.70 2025-04-23
0.4.69 2025-04-23
0.4.67 2025-04-23
0.4.66 2025-04-22
0.4.65 2025-04-22
0.4.64 2025-04-21
0.4.63 2025-04-21
0.4.62 2025-04-21
0.4.61 2025-04-21
0.4.52 2025-04-21
0.4.51 2025-04-20
0.4.50 2025-04-20
0.4.49 2025-04-20
0.4.48 2025-04-20
0.4.47 2025-04-20
0.4.46 2025-04-20
0.4.45 2025-04-20
0.4.44 2025-04-20
0.4.43 2025-04-20
0.4.42 2025-04-20
0.4.41 2025-04-19
0.4.40 2025-04-19
0.4.38 2025-04-19
0.4.37 2025-04-18
0.4.36 2025-04-18
0.4.35 2025-04-18
0.4.34 2025-04-18
0.4.33 2025-04-18
0.4.32 2025-04-17
0.4.31 2025-04-17
0.4.30 2025-04-17
0.4.29 2025-04-17
0.4.28 2025-04-17
0.4.27 2025-04-17
0.4.26 2025-04-17
0.4.25 2025-04-16
0.4.24 2025-04-16
0.4.23 2025-04-16
0.4.21 2025-04-16
0.4.20 2025-04-16
0.4.19 2025-04-16
0.4.18 2025-04-16
0.4.17 2025-04-15
0.4.16 2025-04-15
0.4.15 2025-04-14
0.4.14 2025-04-14
0.4.13 2025-04-14
0.4.12 2025-04-13
0.4.11 2025-04-13
0.4.10 2025-04-13
0.4.9 2025-04-13
0.4.8 2025-04-13
0.4.7 2025-04-13
0.4.6 2025-04-13
0.4.5 2025-04-13
0.4.4 2025-04-13
0.4.3 2025-04-13
0.4.2 2025-04-12
0.4.1 2025-04-12
0.4.0 2025-04-12
0.3.92 2025-04-12
0.3.91 2025-04-12
0.3.90 2025-04-12
0.3.89 2025-04-12
0.3.88 2025-04-11
0.3.87 2025-04-11
0.3.86 2025-04-11
0.3.82 2025-04-10
0.3.81 2025-04-10
0.3.80 2025-04-10
0.3.79 2025-04-10
0.3.78 2025-04-10
0.3.77 2025-04-10
0.3.76 2025-04-09
0.3.75 2025-04-08
0.3.74 2025-04-08
0.3.73 2025-04-08
0.3.72 2025-04-08
0.3.71 2025-04-08
0.3.70 2025-04-08
0.3.69 2025-04-08
0.3.68 2025-04-07
0.3.66 2025-04-07
0.3.65 2025-04-07
0.3.64 2025-04-07
0.3.61 2025-04-06
0.3.60 2025-04-06
0.3.59 2025-04-06
0.3.58 2025-04-06
0.3.57 2025-04-06
0.3.56 2025-04-05
0.3.55 2025-04-05
0.3.53 2025-04-05
0.3.52 2025-04-05
0.3.51 2025-04-05
0.3.50 2025-04-05
0.3.49 2025-04-05
0.3.48 2025-04-05
0.3.47 2025-04-05
0.3.46 2025-04-05
0.3.45 2025-04-05
0.3.44 2025-04-04
0.3.43 2025-04-04
0.3.42 2025-04-04
0.3.41 2025-04-04
0.3.40 2025-04-04
0.3.39 2025-04-04
0.3.38 2025-04-04
0.3.37 2025-04-04
0.3.36 2025-04-04
0.3.35 2025-04-04
0.3.34 2025-04-04
0.3.33 2025-04-04
0.3.32 2025-04-04
0.3.31 2025-04-04
0.3.30 2025-04-04
0.3.29 2025-04-04
0.3.28 2025-04-04
0.3.26 2025-04-04
0.3.25 2025-04-03
0.3.24 2025-04-03
0.3.23 2025-04-03
0.3.20 2025-04-03
0.3.19 2025-04-03
0.3.18 2025-04-03
0.3.17 2025-04-03
0.3.16 2025-04-03
0.3.15 2025-04-02
0.3.14 2025-04-02
0.3.13 2025-04-02
0.3.12 2025-04-02
0.3.11 2025-04-02
0.3.10 2025-04-02
0.3.9 2025-04-01
0.3.8 2025-04-01
0.3.7 2025-04-01
0.3.6 2025-04-01
0.3.5 2025-04-01
0.3.4 2025-04-01
0.3.3 2025-03-31
0.3.2 2025-03-31
0.3.1 2025-03-31
0.3.0 2025-03-30
0.2.12 2025-03-30
0.2.11 2025-03-30
0.2.10 2025-03-30
0.2.9 2025-03-30
0.2.8 2025-03-30
0.2.7 2025-03-30
0.2.6 2025-03-30
0.2.5 2025-03-30
0.2.4 2025-03-30
0.2.3 2025-03-29
0.2.2 2025-03-29
0.2.1 2025-03-28
0.2.0 2025-03-28
0.1.42 2025-03-27
0.1.41 2025-03-26
0.1.40 2025-03-26
0.1.39 2025-03-25
0.1.38 2025-03-25
0.1.37 2025-03-25
0.1.36 2025-03-24
0.1.35 2025-03-24
0.1.34 2025-03-23
0.1.33 2025-03-23
0.1.32 2025-03-21
0.1.31 2025-03-21
0.1.30 2025-03-20
0.1.29 2025-03-19
0.1.28 2025-03-19
0.1.27 2025-03-19
0.1.26 2025-03-19
0.1.25 2025-03-19
0.1.24 2025-03-19
0.1.23 2025-03-19
0.1.22 2025-03-19
0.1.21 2025-03-19
0.1.20 2025-03-19
0.1.19 2025-03-19
0.1.18 2025-03-19
0.1.17 2025-03-19
0.1.16 2025-03-19
0.1.15 2025-03-18
0.1.14 2025-03-18
0.1.13 2025-03-18
0.1.12 2025-03-18
0.1.11 2025-03-18
0.1.10 2025-03-18
0.1.9 2025-03-18
0.1.8 2025-03-18
0.1.6 2025-03-18
0.1.5 2025-03-18
0.1.4 2025-03-18
0.1.3 2025-03-17
0.1.0 2025-03-13