template-monorepo-typescript
template-monorepo-typescript copied to clipboard
A template mono-repository for applications developed entirely in TypeScript.
Template Monorepo Typescript
Read it in English
🔎 O que é
Este repositório é um template de monorepo para aplicações que utilizam TypeScript no backend e no frontend, e possui os seguintes itens já estão configurados:
- Commitlint;
- EditorConfig;
- ESLint;
- GitHub Actions;
- Husky;
- Jest;
- PNPM;
- Prettier;
- Turborepo;
- TypeScript.
⚙️ Como usar
-
Crie um fork deste repositório;
-
Torne o fork criado um template;
-
Crie um novo repositório usando este template e configure as ferramentas que pretende usar dentro do diretório
apps.
English version
🔎 Overview
This repository is a monorepo template for applications that use TypeScript on the backend and frontend, and has the following items already configured:
- Commitlint;
- EditorConfig;
- ESLint;
- GitHub Actions;
- Husky;
- Jest;
- PNPM;
- Prettier;
- Turborepo;
- TypeScript.
⚙️ How to use it
-
Create a fork of this repository;
-
Make the created fork a template;
-
Create a new repository using this template and configure the tools you want to use inside the
appsdirectory.