0.0.2 • Published 7 months ago
@jacobgold/turboplus v0.0.2
TurboPlus
A nicer interface to autocomplete turbo builds in your Turborepo monorepo.
Installation
npm install -g turboplus
# or
yarn global add turboplusUsage
Run any turbo command with package selection:
tp <command>For example:
tp buildThis will open a fuzzy-finder interface that lets you select which package to run the command on. Once selected, it will execute:
turbo run build --filter=<selected-package>Features
- Fuzzy search through all packages in your Turborepo
- Works with any turbo command (build, test, lint, etc.)
- Automatically detects Turborepo packages and workspaces
License
MIT