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
- Host: GitHub
- URL: https://github.com/baruchiro/typescript-template
- Owner: baruchiro
- License: mit
- Created: 2023-07-20T09:33:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T06:25:31.000Z (over 1 year ago)
- Last Synced: 2025-01-17T04:42:59.768Z (11 months ago)
- Topics: boilerplate, template, typescript-boilerplate
- Language: JavaScript
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`