workspaces
Set of features to managing multiple packages from your local file system from within a singular top-level, root package.
Workspaces are auto-symlinked during npm install as a single workspace.
Defining it in package.json
:
{ "name": "my-workspaces-powered-project", "workspaces": [ "packages/a", "packages/b" ] }