package-starter
package-starter
Opinionated TypeScript + esbuild Starter Template
Features
Fast by default, easy to use, batteries included.
- ESM/CJS bundler.
- pnpm, esbuild, born with fastness.
- unit test with Vitest.
- TypeScript of course.
Use
build
pnpm run build
lint
pnpm run check
test
pnpm test