1.0.7 • Published 2 years ago

ts-rollup-lib-template v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago