Turborepo

git merge with/turborepo

Plugin features when merged

  • Set up your monorepo tasks with turborepo for essential monorepo tooling

Enable Remote task runner cache

npm run turbo:login
npm run turbo:link

A major key 🔑 to Turborepo’s speed is that it is both lazy and efficient—it does the least amount of work possible and it tries to never redo work that’s already been done before. At the moment, Turborepo caches your tasks on your local filesystem (i.e. “single-player mode,” if you will). What if there was a way to teleport and share a single cache across machines? Almost like a “Dropbox” for your Turborepo cache.

https://turbo.build/repo/docs/getting-started/existing-monorepo#using-remote-caching-for-local-development

Official Turborepo Docs

https://turbo.build/repo

Disclaimer

ℹ️
The with/turborepo branch is a git based plugin to help test the free version of the ‘FullProduct.dev’ Universal App Starterkit. You can look at the PR #8 - Turborepo to inspect the diff and learn what code changes together to enable this feature… OR you can check it out locally to test / edit in isolation until ready to merge.