Skip to content

template-pro/ts-library

Repository files navigation

Ts-library

TypeScript + Rollup + Jest 库模板

Use the Template

GitHub Template

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 to local

# 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