2020-05-10 14:05:35 +08:00
2020-05-10 14:05:35 +08:00
2020-05-10 02:13:41 +08:00
2020-03-20 00:22:04 +08:00
2020-05-10 00:48:59 +08:00

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)

Description
The simplest and fastest way to bundle your TypeScript libraries.
Readme 12 MiB
Languages
TypeScript 98.7%
JavaScript 0.7%
Dockerfile 0.6%