
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Turborepo is a high-performance build system for JavaScript and TypeScript codebases.
The 'turbo' npm package is a high-performance build system and package manager for JavaScript and TypeScript codebases. It is designed to enable efficient and incremental builds by leveraging computation caching and parallel execution. Turbo is part of the Turborepo toolset, which is used for managing monorepos.
Efficient Caching
Turbo uses advanced caching mechanisms to avoid redundant work. It caches the outputs of commands and only re-executes them when necessary, which can significantly speed up the build process in large codebases.
n/a
Parallel Execution
The tool can run tasks in parallel across multiple cores, making full use of modern multi-core CPUs to reduce build times.
n/a
Remote Caching
Turbo supports remote caching, allowing teams to share cache artifacts across different machines, which can be particularly useful for continuous integration and deployment (CI/CD) pipelines.
n/a
Monorepo Support
Turbo is designed with monorepos in mind, providing features to manage dependencies and build processes across multiple packages within a single repository.
n/a
Lerna is a popular tool for managing JavaScript projects with multiple packages. It optimizes the workflow around managing multi-package repositories with git and npm. Lerna can also run npm scripts in parallel, but it does not have the same focus on performance and caching as Turbo.
Nx is another powerful build framework that provides similar features to Turbo, such as computation caching and parallel execution. Nx also offers a rich set of tools for code generation and an extensible plugin system. It is designed for full-stack development and supports a wide range of technologies beyond JavaScript and TypeScript.
Rush is a scalable build orchestrator for monorepos, which includes incremental build support, package management, and the ability to manage multiple JavaScript and TypeScript projects. Rush focuses on providing a comprehensive solution for large monorepos, including policy enforcement and integration with various package managers.
Visit https://turbo.build/repo/docs to get started with Turborepo and read the documentation.
The Turborepo community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share your projects.
To chat with other community members, you can join Vercel Community's #turborepo
tag
Our Code of Conduct applies to all Turborepo community channels.
Turbo is used by the world's leading companies. Check out the Turbo Showcase to learn more.
Follow @turborepo on X and for project updates
If you believe you have found a security vulnerability in Turbo, we encourage you to responsibly disclose this and not open a public issue. We will investigate all legitimate reports. Email security@vercel.com
to disclose any security vulnerabilities.
FAQs
Turborepo is a high-performance build system for JavaScript and TypeScript codebases.
The npm package turbo receives a total of 3,999,746 weekly downloads. As such, turbo popularity was classified as popular.
We found that turbo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.