Skip to main content

Module workspace

Module workspace 

Source
Expand description

Typed Workspace — multi-package project root.

Multi-package projects (Cargo [workspace], npm workspaces, pnpm workspace, Composer monorepo, Bundler Gemfile-with-multiple- gemspecs, …) all reduce to: a root + N member-package paths + shared workspace-level metadata.

Structs§

Workspace
Typed workspace root + the IDs of every member package contained in it.