Skip to content

labelementary/typescript-essential

Repository files navigation

TypeScript Essential

TypeScript Essential - An Essential Template to get started with TypeScript with all the essentials included.

Features

  • 💻 Language: TypeScript - Typed superset of JavaScript
  • 📦 Tsdown: Tsdown - The next generation TypeScript build tool
  • 📦 Vitest: Vitest - A blazing fast unit testing and mocking solution
  • 🧹 Linting and Formatting: Biome.js - Fast and customizable linter and formatter
  • ⚙️ Build: Github Actions - Automated workflows for CI/CD
  • 🛠 Commit: Husky - Git hooks made easy
  • 📦 Package: pnpm - Fast, disk space efficient package manager

Getting Started

  1. Clone the repository
  2. Install dependencies: npm install or pnpm install or yarn install

Contributing

Contributions are always welcome! Please follow these steps:

  1. Fork the repository
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes and commit them: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature/your-feature-name
  5. Submit a pull request

For major changes, please open an issue first to discuss what you would like to change.

About

TypeScript Essential - An Essential Template to get started with TypeScript with all the essentials included.

Topics

Resources

Stars

Watchers

Forks