Skip to content

elecmonkey/backbundle

Repository files navigation

Backbundle

Zero-configuration bundler for Node.js backend applications based on esbuild.

Features

  • Zero Configuration: No config files needed, just run the CLI.
  • Fast: Built on top of esbuild for lightning-fast builds.
  • Flexible: Supports various frameworks like NestJS, Express, Koa, and Fastify.

Usage

pnpm add -D backbundle

Add the following in your package.json scripts:

{
  "scripts": {
    "build": "backbundle build --input src/index.ts --output dist/index.js"
  }
}

About

Zero-configuration bundler for Node.js backend applications based on esbuild.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •