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 bunzeeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Bundle a TypeScript file to JS using default rollup config, then minify with terser.
Use rollup directly or consider a more feature-rich bundler like esbuild or webpack.
For multiple entry points, use rollup or another bundler.
Run 'npm install --save-dev rollup terser' or use npx without global install.
Ensure input file is valid TypeScript and rollup default config handles ESM.
No dependency data recorded yet.