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

tsup downloads tsup version tsup license

tsup유사 패키지:
npm 다운로드 트렌드
3 년
🌟 tsup의 README.md에 실시간 사용 차트를 표시하려면 아래 코드를 복사하세요.
## Usage Trend
[![Usage Trend of tsup](https://npm-compare.com/img/npm-trend/THREE_YEARS/tsup.png)](https://npm-compare.com/tsup#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 tsup의 README.md에 GitHub Stars 트렌드 차트를 표시하려면 아래 코드를 복사하세요.
## GitHub Stars Trend
[![GitHub Stars Trend of tsup](https://npm-compare.com/img/github-trend/tsup.png)](https://npm-compare.com/tsup)
통계 세부사항
패키지
다운로드
Stars
크기
Issues
발행일
라이선스
tsup2,419,91810,888390 kB3835ヶ月前MIT
tsup의 README

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