Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diomalta/template-typescript
Is a ready-to-use project template for Typescript development with essential libraries.
https://github.com/diomalta/template-typescript
commitlint eslint husky javascript nodejs prettier template typescript
Last synced: 7 days ago
JSON representation
Is a ready-to-use project template for Typescript development with essential libraries.
- Host: GitHub
- URL: https://github.com/diomalta/template-typescript
- Owner: diomalta
- Created: 2023-12-25T14:29:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T02:46:59.000Z (3 months ago)
- Last Synced: 2024-11-11T23:35:48.615Z (2 months ago)
- Topics: commitlint, eslint, husky, javascript, nodejs, prettier, template, typescript
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template Typescript
This is a template for a Typescript project.
## Libraries
- [Typescript](https://www.typescriptlang.org/)
- [Jest](https://jestjs.io/)
- [ESLint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [Husky](https://typicode.github.io/husky/#/)
- [Commitlint](https://commitlint.js.org/#/)
- [TSX](https://www.npmjs.com/package/tsx)## Package Manager
Use PNPM as package manager.