mirror of
https://github.com/egoist/tsup.git
synced 2026-02-01 16:57:42 +00:00
365 B
365 B
tsup
Rollup + ESBundle.
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)