Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.08 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.08 KB

starter-ts

Minzip Version Downloads Issues License

Try it now!

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit qq15725/starter-ts my-ts-lib
cd my-ts-lib
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm