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

laat/tsup

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cd03e1e Β· Oct 26, 2024
Nov 19, 2023
Oct 25, 2024
Jul 17, 2024
Oct 12, 2024
Oct 26, 2024
Oct 25, 2024
Jul 10, 2020
Nov 25, 2021
Jul 17, 2024
Nov 19, 2023
Nov 19, 2023
Jul 24, 2024
May 29, 2021
Jul 19, 2024
Apr 2, 2022
Oct 26, 2024
Oct 22, 2024
Sep 17, 2024
Jul 17, 2024
Oct 16, 2023
Sep 21, 2024
Jul 16, 2024

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
# Or pnpm
pnpm add tsup -D

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

Ship UIs faster with automated workflows for Storybook

sponsors

Project Stats

Alt

License

MIT Β© EGOIST

About

The simplest and fastest way to bundle your TypeScript libraries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.9%
  • Other 1.1%