Skip to content

Repository files navigation

TypeScript Starter

License Version

Professional TypeScript starter with testing, linting, and CI/CD.

Features

  • ✅ TypeScript with strict mode
  • 🧪 Jest testing setup
  • 🔍 ESLint + Prettier
  • 🚀 Ready for CI/CD

Quick Start

npm install
npm run build
npm test

Scripts

Script Description
npm run build Compile TypeScript
npm run dev Run with ts-node
npm test Run tests
npm run lint Lint code

Project Structure

src/
├── types/      # TypeScript interfaces
├── utils/      # Utility functions
└── index.ts    # Main entry point

About

Typescript Starter - project built with TypeScript.

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages