Monorepo
10 items tagged with "monorepo"
Tutorials6
Setting Up a Monorepo with Turborepo
Create and manage a monorepo using Turborepo for efficient builds
Scan a Single Subdirectory or Monorepo Package
Target a single package in a monorepo by scanning from its directory, so the DriftScore reflects that package rather than the whole repo.
Matrix Drift Scans Across a Monorepo
Use a CI matrix to run a Vibgrate scan per package in a monorepo, with the --cwd flag targeting each workspace directory.
Baseline a Monorepo One Package at a Time
Create and scan per-package drift baselines in a monorepo so each workspace owns its own drift ceiling instead of one shared number.
Export an SBOM per Package in a Monorepo
Generate a separate CycloneDX SBOM for each workspace package in a monorepo by scanning and exporting per package directory.
Scan a Polyglot Monorepo for Upgrade Drift
Scan a multi-language monorepo with Vibgrate CLI to get one DriftScore across every ecosystem and gate the whole repo in CI.
FAQs3
Does Vibgrate support monorepos?
Yes. Vibgrate automatically discovers every project in your workspace (multiple package.json files, .csproj files, go.mod, etc.). For npm/pnpm/yarn wo...
What does the --changed-only flag do?
The --changed-only flag scans only files that have changed (typically detected via git diff). This speeds up scans in CI by skipping unchanged project...
How does micro-project pricing work?
We don't bill every package as a full project. Each scanned project is automatically sized into one of four tiers — nano, micro, small or standard — a...