ts-rollup-lib-template
v1.0.7
Published
A template repository to make Typescript lib packages with Rollup.js and Jest for testing.
Downloads
4
Maintainers
Readme
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