Skip to content

[FEAT] support workspaces #1126

Open
@jkowalleck

Description

Is your feature request related to a problem? Please describe.

this project currently does not support npm workspaces.
see https://docs.npmjs.com/cli/v9/using-npm/workspaces

Describe the solution you'd like

  • add a CLI option: --workspace=[NAME]
    • forward this flag to underlying call to npm
  • config whee the workspaces are located in descried in package.json
  • gather project info from workspace-dir, not root-dir

Describe alternatives you've considered

none

Additional context

NPM workspaces themselves are installed as path-relative local packages.
NPM workspace dependencies are accumulated in a top-level node_modules dir.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions