WARNING: This repo is now deprecated. Future development of these templates will be in the starter-kit repo
There are 3 ways that you can adopt this template.
- Click the
Use this templatebutton on this repo, or click on this link. - Clone this repo, delete the .git folder and re-init the Git tree.
- Use
degit:npx degit samhwang/ts-starter-template project-name
- TypeScript - The core of this template.
- Biome for code formatting.
- Vitest for running unit tests.
- Vite-node for running the script locally.
- tsdown for bundling the project.
pnpm run start
pnpm run test
pnpm run format
pnpm run build