Monorepo
Set up Turborepo, Nx, or pnpm/yarn/npm workspaces for your monorepo automatically. Includes shared tsconfig.base.json, build caching, and task pipeline configuration out of the box.
Nx
Smart build system with caching — computation caching, task orchestration, and dependency graph.
- ID:
nx - Category: Monorepo
What it does
- Installs
nx - Creates
nx.jsonwith caching and task configuration - Configures affected commands for CI
Turborepo
High-performance build system — incremental builds with remote caching.
- ID:
turborepo - Category: Monorepo
What it does
- Installs
turbo - Creates
turbo.jsonwith pipeline configuration - Configures task dependencies (build → test, lint in parallel)
Workspaces
Workspace config + shared TypeScript — configures pnpm/yarn/npm workspaces with shared settings.
- ID:
workspaces - Category: Monorepo
What it does
- Configures
workspacesfield inpackage.json(orpnpm-workspace.yamlfor pnpm) - Creates shared
tsconfig.base.jsonfor TypeScript monorepos - Sets up workspace-aware scripts
This module is automatically added to all monorepo presets.
Documentation
Automatically generate README.md, CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md, and LICENSE files for your project — all tailored to your repo structure and stack.
Architecture Overview
Deep dive into DevFlow's internal architecture — context detection, module system, interactive wizard, and the executor engine that writes files and installs packages.