1.0.7 • Published 3 years ago

ts-rollup-lib-template v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

ts-rollup-lib-template

English | 简体中文

A template that uses typescript and rollup to develop typescript libraries

Features

  • Using esbuild to realize typescript to javascript
  • Use rollup to package into umd, commonjs, esmodule
  • Unit testing with ts-jest
  • Using yarn as a package management tool

Quick Start

Or:

npx degit zfitness/ts-rollup-lib-template template
cd template
yarn

Test

yarn test

Build

yarn build
1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago