@mkeeorg/tsup
TypeScript icon, indicating that this package has built-in type declarations

4.12.8 • Public • Published

tsup

npm version npm downloads

Bundle your TypeScript library with no config, powered by esbuild.

What can it bundle?

Anything that's supported by Node.js natively, namely .js, .json, .mjs. And TypeScript .ts, .tsx. CSS support is experimental.

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

Bundle files

tsup [...files]

Files are written into ./dist.

You can bundle multiple files in one go:

tsup src/index.ts src/cli.ts

This will output dist/index.js and dist/cli.js.

Code splitting is enabled by default and supported in cjs and esm format.

Documentation

For complete usages, please dive into the docs.

License

MIT © EGOIST

Readme

Keywords

none

Package Sidebar

Install

npm i @mkeeorg/tsup

Weekly Downloads

1

Version

4.12.8

License

MIT

Unpacked Size

894 kB

Total Files

17

Last publish

Collaborators

  • malcolmkee