An open API service indexing awesome lists of open source software.

https://github.com/baruchiro/typescript-template

A template for a new TypeScript project with all the CI configurations
https://github.com/baruchiro/typescript-template

boilerplate template typescript-boilerplate

Last synced: 10 months ago
JSON representation

A template for a new TypeScript project with all the CI configurations

Awesome Lists containing this project

README

          

# TypeScript-Template

A template for a new TypeScript project with all the CI configurations, based on [My Blog](https://bscstudent.netlify.app/ci-checklist/).

## What Included

### Git Hooks

- [`husky`](https://typicode.github.io/husky/)
- [`lint-staged`](https://github.com/okonet/lint-staged)
- [ESLint](https://eslint.org/)
- [`prettier`](https://prettier.io/)
- `tsc --noEmit`