# @webassembly/turbo

> This repo is based off the [turborepo source code, specifically `src` maps to `cli/internal`](https://github.com/vercel/turbo/tree/main/cli/internal)

Latest version **1.6.3-blitz.24** (published 2023-03-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install @webassembly/turbo
pnpm add @webassembly/turbo
yarn add @webassembly/turbo
bun add @webassembly/turbo
```

Provides the command `turbo`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.6.3-blitz.24 |
| Published | 2023-03-13 |
| First published | 2022-11-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 15 |
| Unpacked size | 1.3 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Sam Denty |
| Maintainers | samdd, d3lm |

## Links

- npm: https://www.npmjs.com/package/@webassembly/turbo
- Repository: git@github.com:stackblitz/turborepo-polyfill
- npm.io page: https://npm.io/package/@webassembly/turbo

## Dependencies (15)

- [glob](https://npm.io/package/glob.md) ^8.0.3
- [yaml](https://npm.io/package/yaml.md) ^2.1.3
- [chalk](https://npm.io/package/chalk.md) 4
- [tslib](https://npm.io/package/tslib.md) ^2.4.1
- [semver](https://npm.io/package/semver.md) ^7.3.8
- [find-up](https://npm.io/package/find-up.md) 5.0.0
- [p-limit](https://npm.io/package/p-limit.md) 3
- [graphlib](https://npm.io/package/graphlib.md) ^2.1.8
- [minimatch](https://npm.io/package/minimatch.md) ^5.1.0
- [pretty-ms](https://npm.io/package/pretty-ms.md) 7
- [object-hash](https://npm.io/package/object-hash.md) ^3.0.0
- [clipanion-rest](https://npm.io/package/clipanion-rest.md) ^3.2.0-rc.14
- [@yarnpkg/lockfile](https://npm.io/package/@yarnpkg/lockfile.md) ^1.1.0
- [lodash.difference](https://npm.io/package/lodash.difference.md) ^4.5.0
- [escape-string-regexp](https://npm.io/package/escape-string-regexp.md) 4.0.0

## Recent versions

- 1.6.3-blitz.24 (latest) — 2023-03-13
- 1.6.3-blitz.23 — 2023-03-13
- 0.9.0-blitz.1 — 2023-01-26
- 1.6.3-blitz.22 — 2023-01-12
- 1.6.3-blitz.21 — 2023-01-06
- 1.6.3-blitz.20 — 2023-01-06
- 1.6.3-blitz.19 — 2023-01-05
- 1.6.3-blitz.18 — 2023-01-05
- 1.6.3-blitz.17 — 2022-12-15
- 1.6.3-blitz.16 — 2022-12-15
- 1.6.3-blitz.15 — 2022-12-15
- 1.6.3-blitz.14 — 2022-11-28
- 1.6.3-blitz.13 — 2022-11-28
- 1.6.3-blitz.12 — 2022-11-22
- 1.6.3-blitz.11 — 2022-11-22
- … 9 more at https://npm.io/package/@webassembly/turbo/versions

## README

# turborepo-polyfill

This repo is based off the [turborepo source code, specifically `src` maps to `cli/internal`](https://github.com/vercel/turbo/tree/main/cli/internal)

## Running

Make sure to copy over .envrc and then install the dependencies, and then you can run:

```bash
yarn turbo-polyfill run --filter "*" build --parallel
```

you can compare this, to the output of the original `turborepo` cli:

```bash
yarn turbo run --filter "*" build --parallel
```

## NOTES

We're using `clipanion-rest` instead of `clipanion` as it has a fix which allows `Option.Rest()` to include the `--` for passthrough args (as we need it to parse the arguments correctly)

---
_Source: https://npm.io/package/@webassembly/turbo · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
