docs: set v6 release date (#168)

This commit is contained in:
Stefan Rotsch
2023-02-23 10:47:58 +01:00
committed by GitHub
parent 94f368249e
commit 3288d65beb
28 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
title: "Turborepo"
ring: trial
quadrant: "tools"
tags: [build, frontend]
---
[Turborepo](https://turbo.build/repo) is a build system for JavaScript and TypeScript project,
which uses a [Monorepo](https://www.aoe.com/techradar/methods-and-patterns/monorepo.html) structure for their codebase.
It helps to build projects efficiently by clever caching and resolving dependencies.
At the same time, Turborepo is very easy and fast to use and doesn't get in the way.