File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Create a Turborepo dependency graph.
2+ command : npx turbo run {{pipelines}} --graph
3+ tags :
4+ - turborepo
5+ arguments :
6+ - name : pipelines
7+ description : The pipelines to run.
8+ default_value : start
9+ author : ifthisthenthat
10+ author_url : " https://github.com/Wyatt-Stanke"
Original file line number Diff line number Diff line change 1+ name : Create a new Turborepo
2+ command : npx -y create-turbo@latest {{directory}} --use-{{package_manager}}
3+ tags :
4+ - turborepo
5+ arguments :
6+ - name : package_manager
7+ description : The package manager to use for the Turborepo.
8+ default_value : npm
9+ - name : directory
10+ description : The directory to use for the Turborepo.
11+ default_value : ./
12+ author : ifthisthenthat
13+ author_url : " https://github.com/Wyatt-Stanke"
Original file line number Diff line number Diff line change 1+ name : Run a Turborepo pipeline with a package filter
2+ command : npx turbo run {{pipelines}} --filter={{filter}}
3+ tags :
4+ - turborepo
5+ arguments :
6+ - name : pipelines
7+ description : The pipelines to run.
8+ default_value : start
9+ - name : filter
10+ description : The package filter to use.
11+ default_value : " *"
12+ author : ifthisthenthat
13+ author_url : " https://github.com/Wyatt-Stanke"
Original file line number Diff line number Diff line change 1+ name : Run a Turborepo pipeline
2+ command : npx turbo run {{pipelines}}
3+ tags :
4+ - turborepo
5+ arguments :
6+ - name : pipelines
7+ description : The pipelines to run.
8+ default_value : start
9+ author : ifthisthenthat
10+ author_url : " https://github.com/Wyatt-Stanke"
You can’t perform that action at this time.
0 commit comments