Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🎆

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
```