pern-pnpm-monorepo-ts/ ├─ .vscode/ │ └─ settings.json # VS Code workspace settings ├─ packages/ │ ├─ api/ # Express API (TypeScript) │ │ ├─ src/ │ │ │ ├─ index.ts # API entry point │ │ │ └─ routes ...
Automatically validate WireMock stub mappings against OpenAPI specifications in your GitHub Actions workflows. Perfect for ensuring your mocks stay in sync with your API contracts in PR pipelines.