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
- Host: GitHub
- URL: https://github.com/stagas/bunzee
- Owner: stagas
- Created: 2022-04-02T11:58:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-30T00:03:40.000Z (almost 3 years ago)
- Last Synced: 2025-02-18T08:57:24.724Z (3 months ago)
- Topics: bundler, rollup, terser, typescript
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```