Registry / devops / bunzee

bunzee

JSON →
library1.0.0jsnpmunverified

Very simplistic TypeScript bundler and minifier built on rollup and terser. Version 1.0.0. Provides a one-command interface to bundle TypeScript files into a single JS file, with optional minification via terser. Designed for quick, no-config bundling for small projects or prototypes. No support for advanced rollup plugins or complex configurations. Suitable for developers who need a quick one-off bundle without setting up rollup manually.

npm install bunzee
INSTALL
IMPORT
SIG · BUNZEE
B
bunzee
devopsjavascriptv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bunzee CLI
npx bunzee input.ts output.js
using bunzee without npx if not installed globally
Best used via npx from project root to avoid global install.

Bundle a TypeScript file to JS using default rollup config, then minify with terser.

npx bunzee input.ts output.js npx bunzee input.ts output.min.js -m
Debug
Known issues
gotchaNo support for custom rollup plugins or configuration. If you need advanced bundling features, use rollup directly.
fix
Use rollup directly or consider a more feature-rich bundler like esbuild or webpack.
affects: <=1.0.0
gotchaOnly one input file supported. Cannot bundle multiple entry points or output multiple formats.
fix
For multiple entry points, use rollup or another bundler.
affects: <=1.0.0
Errors
Common errors & fixes
Error: Cannot find module 'rollup'
Dependencies not installed in project.
fix
Run 'npm install --save-dev rollup terser' or use npx without global install.
SyntaxError: Unexpected token 'export'
Input file uses ESM but not handled by rollup configuration.
fix
Ensure input file is valid TypeScript and rollup default config handles ESM.
Upgrade
Version history
1.0.0latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
packagebunzee
bunzee — npm install bunzee · libregistry