Skip to content
/ tsup Public
forked from egoist/tsup

The simplest and fastest way to bundle your TypeScript libraries.

License

Notifications You must be signed in to change notification settings

doi7/tsup

This branch is 200 commits behind egoist/tsup:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5040317 ยท Jul 2, 2022
Mar 17, 2022
May 5, 2022
Dec 7, 2021
Jun 5, 2022
Jul 2, 2022
Jun 10, 2022
Jul 10, 2020
Nov 25, 2021
May 10, 2020
May 10, 2020
Nov 25, 2021
May 29, 2021
Jan 30, 2022
Apr 2, 2022
Jun 10, 2022
Jun 10, 2022
Dec 29, 2021
Jun 5, 2022
May 25, 2022
May 25, 2022
Jan 30, 2022

Repository files navigation

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.

๐Ÿ“š Documentation

For complete usages, please dive into the docs.

For all configuration options, please see the API docs.

๐Ÿ’ฌ Discussions

Head over to the discussions to share your ideas.

Sponsors

sponsors

Project Stats

Alt

License

MIT ยฉ EGOIST

About

The simplest and fastest way to bundle your TypeScript libraries.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.9%
  • JavaScript 1.1%
  • Dockerfile 1.0%