A TypeScript template repository aligned with SiiWay coding style:
- Node.js 24+
- Bun 1.2+
- TypeScript strict mode
- ESLint Flat Config with type-aware rules
- Prettier formatting
- Vitest unit tests
- Lefthook pre-commit checks
- Knip dependency cleanup
bun install
bun run prepare
bun run checkbun run format
bun run lint
bun run typecheck
bun run test
bun run depchecksrc/
index.ts
tests/
index.test.ts