An open API service indexing awesome lists of open source software.

https://github.com/stagas/bunzee

very simplistic ts bundler and minifier using rollup and terser
https://github.com/stagas/bunzee

bundler rollup terser typescript

Last synced: about 2 months ago
JSON representation

very simplistic ts bundler and minifier using rollup and terser

Awesome Lists containing this project

README

        

# bunzee

very simplistic ts bundler and minifier using rollup and terser

```sh
$ npm i bunzee -g
$ bunzee input.ts output.js
$ bunzee input.ts output.min.js -m
```