Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 609 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 609 Bytes

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