Professional TypeScript starter with testing, linting, and CI/CD.
- ✅ TypeScript with strict mode
- 🧪 Jest testing setup
- 🔍 ESLint + Prettier
- 🚀 Ready for CI/CD
npm install
npm run build
npm test| Script | Description |
|---|---|
| npm run build | Compile TypeScript |
| npm run dev | Run with ts-node |
| npm test | Run tests |
| npm run lint | Lint code |
src/
├── types/ # TypeScript interfaces
├── utils/ # Utility functions
└── index.ts # Main entry point