tsup/README.md
2021-02-23 00:25:22 +08:00

22 lines
464 B
Markdown

# tsup
[![npm version](https://badgen.net/npm/v/tsup)](https://npm.im/tsup) [![npm downloads](https://badgen.net/npm/dm/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)