Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Monorepo Task Runners (Nx, Turbo, Rush) in Corepack #683

Open
rkristelijn opened this issue Mar 20, 2025 · 0 comments
Open

Support for Monorepo Task Runners (Nx, Turbo, Rush) in Corepack #683

rkristelijn opened this issue Mar 20, 2025 · 0 comments

Comments

@rkristelijn
Copy link

First of all, thank you for the great work on Corepack! It has made managing package managers across projects much more seamless, reducing the need for global installations and ensuring consistency across environments.

Building on this idea, it would be great to extend Corepack’s approach to monorepo task runners like Nx, Turborepo, and Rush. These tools are widely used in modern JavaScript/TypeScript monorepos to manage tasks like builds, tests, and linting efficiently. However, they currently require explicit global installs or workarounds like prefixing nx with e.g. npx nx ... or global installs with the risk of using a wrong version.

By providing a way to manage these tools similarly to package managers, developers could run nx, turbo, or rush directly without worrying about global installations, making monorepo workflows even smoother.

Would this be something worth exploring?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant