0.0.2 • Published 7 months ago

@jacobgold/turboplus v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

TurboPlus

A nicer interface to autocomplete turbo builds in your Turborepo monorepo.

Installation

npm install -g turboplus
# or
yarn global add turboplus

Usage

Run any turbo command with package selection:

tp <command>

For example:

tp build

This 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

0.0.2

7 months ago

0.0.1

7 months ago