A zero-configuration TypeScript transpiler and bundler that transpiles .ts files to .js/.d.ts, bundles output with tree-shaking of side-effect-free modules, compresses public folder assets (gzip, br2, webp), mangled/prettied output, and generates package.json and settings.js from config files (JS, JSON, YAML, JSON5, INI, Properties). Version 1.0.1 on npm, requires Node >= 8.5.0. Notable: GitHub-only install, no published npm package (install via git), does not support bundling for browser. Alpha-like quality with minimal documentation.
npm install typescript-bundlerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install CLI from GitHub, create required project structure, and run zero-config bundling.
Use alternative bundlers like tsup or esbuild for stable releases.
Upgrade Node to a modern version (18+). The package may not work on newer Node due to deprecated APIs.
Use subprocess to call 'tsb' CLI if integration needed, or choose a programmatic bundler.
Follow exact folder structure: bin/, lib/, public/, src/, index.ts, package.json, tsconfig.json.
Use a true front-end bundler like webpack, Vite, or esbuild for browser code.
Run 'npm i -g git+ssh://git@github.com/e2tox/tsb.git' from command line, not in package.json.
Use CLI only: run 'tsb' from terminal.
Ensure global install: 'npm i -g git+ssh://git@github.com/e2tox/tsb.git' and verify with 'which tsb'.
Upgrade Node to 8.5.0 or higher.
No dependency data recorded yet.