TypeScript bundler and transpiler for monorepo backend projects.
A basic TypeScript transpiling and bundling tool for (primarily backend) monorepos
bndl$ bndl src/index.ts --output dist/bundle.js$ bndl src --output dist --no-bundle$ bndl packages/*/src/index.ts --output dist$ bndl src/index.ts --output dist/bundle.js --minify$ bndl src/index.ts --output dist/bundle.js --sourcemap