Skip to content

Commit

Permalink
Update 2023-09-22-build-monorepo-with-turporepo.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gordon Bell authored Oct 6, 2023
1 parent c49eec2 commit f57be06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog/_posts/2023-09-22-build-monorepo-with-turporepo.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ internal-links:
excerpt: |
This tutorial introduces Turborepo, a fast and high-performance build system for JavaScript and TypeScript monorepos. It explains the benefits of using Turborepo, such as fast builds, remote caching, flexible task configuration, and integration with existing package managers, while also highlighting its limitations.
---
<!--sgpt-->**We're [Earthly](https://earthly.dev/). We use containerization to simplify and speed up software building. If you're working with monorepos like Turborepo, Earthly can be a game-changer for your build process. [Check it out](/).**
**We're [Earthly](https://earthly.dev/). We use containerization to simplify and speed up software building. If you're working with monorepos, Earthly can be a game-changer for your build process. [Check it out](/).**

In recent years, monorepos have seen a boom in popularity. Many real-life software projects consist of smaller, individual components that often depend on each other.

Expand Down Expand Up @@ -585,4 +585,4 @@ Turborepo is a young contender in the world of build tools. Its speed and optimi

In this article, you learned the pros and cons of Turborepo and saw how to use Turborepo in a monorepo for building and running tasks. If you have JavaScript or TypeScript projects that you want to speed up, give Turborepo a try! If your projects include the use of other languages, Turborepo won't be a fit, but you might want to take a look at [Earthly](https://earthly.dev/). Earthly can speed up your builds and work with other tools including Turborepo and NX.

{% include_html cta/bottom-cta.html %}
{% include_html cta/bottom-cta.html %}

0 comments on commit f57be06

Please sign in to comment.