Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orabazu/tsup-library-template
A template for building a library with tsup 🎆
https://github.com/orabazu/tsup-library-template
Last synced: 3 months ago
JSON representation
A template for building a library with tsup 🎆
- Host: GitHub
- URL: https://github.com/orabazu/tsup-library-template
- Owner: orabazu
- Created: 2022-09-08T21:14:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T22:10:25.000Z (about 2 years ago)
- Last Synced: 2024-07-27T14:21:46.759Z (4 months ago)
- Language: TypeScript
- Size: 55.7 KB
- Stars: 19
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Tsup library template
A template to get you started library development based on tsup
[Further explanation on blog post](https://orabazu.hashnode.dev/how-to-bundle-a-tree-shakable-typescript-library-for-web-with-tsup-and-publish-with-npm)
## Usage
```bash
# using yarn
yarn# Development build and watch changes
yarn build:dev# Prod build
yarn build:prod
```