samhwang / ts-starter-template

Opinionated TypeScript Starter Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TS Starter Template

Using this template

There are 3 ways that you can adopt this template.

  • Click the Use this template button 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

Batteries included

  • TypeScript - The core of this template.
  • Biome for code formatting.
  • Vitest for running unit tests.
  • tsup for bundling the project.
  • tsx for running the script locally.

Available scripts

pnpm run start
pnpm run test
pnpm run format
pnpm run build

About

Opinionated TypeScript Starter Template

License:MIT License


Languages

Language:TypeScript 100.0%