orabazu / tsup-library-template

A template for building a library with tsup πŸŽ†

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tsup library template

A template to get you started library development based on tsup

Further explanation on blog post

Usage

# using yarn
yarn

# Development build and watch changes
yarn build:dev

# Prod build
yarn build:prod

About

A template for building a library with tsup πŸŽ†


Languages

Language:TypeScript 51.3%Language:JavaScript 48.7%