mirror of
https://github.com/egoist/tsup.git
synced 2025-12-08 20:35:58 +00:00
22 lines
464 B
Markdown
22 lines
464 B
Markdown
# tsup
|
|
|
|
[](https://npm.im/tsup) [](https://npm.im/tsup)
|
|
|
|
Bundle your TypeScript library with no config, powered by [esbuild](https://github.com/evanw/esbuild).
|
|
|
|
## Quick Start
|
|
|
|
```bash
|
|
tsup src/index.ts
|
|
```
|
|
|
|
This will bundle `src/index.ts` to `dist/index.js`.
|
|
|
|
## Documentation
|
|
|
|
https://tsup.egoist.sh
|
|
|
|
## License
|
|
|
|
MIT © [EGOIST](https://github.com/sponsors/egoist)
|