2.1.0 • Published 1 year ago

turbo-select v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Turbo Select

Run Turborepo scripts on selected packages via a nice prompt

Getting Started

 npm install -g turbo-select

And then in the root of your turbo repo

$ turbo-select

or

$ turbo-select <script>

Direct usage with npx

$ npx turbo-select

Prerequisites

The only prerequisites for Turbo Select to work is to include workspaces in your workspace root package.json e.g:

{
  "scripts": {
    "build": "turbo run build",
    "dev": "turbo run dev",
    "lint": "turbo run lint",
  },
  "devDependencies": {
    "eslint": "^7.32.0",
  },
  "workspaces": [
    "apps/*",
    "packages/*"
  ]
}
2.1.0

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.2.10

2 years ago

1.2.9

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago