bndl_cli

TypeScript transpiling and bundling tool for monorepo backends

cargomacoslinuxwindows
Try with needOr install directly
Source

About

A basic TypeScript transpiling and bundling tool for (primarily backend) monorepos

Commands

bndl

Examples

Bundle a TypeScript project in the current directory$ bndl
Bundle a specific package within a monorepo$ bndl --package myapp
Bundle with custom output directory$ bndl --out dist