TypeScript + Rollup + Jest 库模板
Create a repo from this template on GitHub.
Use degit
npx tiged https://github.com/template-pro/ts-library#master -m=git my-project
# clone
git clone https://github.com/template-pro/ts-library.git my-project && cd my-project
# create branch
git checkout --orphan main
# edit repo origin
git remote origin set-url [your url]
# push your branch
git push origin main