create-node-app is a CLI tool for scaffolding Node.js projects from templates.
- TypeScript
- Node.js 22+
- pnpm 10+
- Turborepo (monorepo)
# Build all packages
npm run build
# Run tests
npm run test:all
# Lint
npm run lint- ESLint flat config
- Prettier for formatting
- TypeScript strict mode