tsup/README.md
2020-05-10 00:48:59 +08:00

464 B

tsup

Rollup + ESBundle.

This library is intentionally kept simple, if you want customizations please use Rollup directly.

Install

Install it locally in your project folder:

npm i tsup -D
# Or Yarn
yarn add tsup --dev

You can also install it globally but it's not recommended.

Usage

tsup [...files]

For more details:

tsup --help

License

MIT © EGOIST (Kevin Titor)