Skip to content

Nx

This plugin is enabled if there’s a match in "dependencies" or "devDependencies" in package.json:

  • nx

  • ^@nrwl\/

  • ^@nx\/

If this plugin is enabled, the following configuration is added automatically:

{
"nx": {
"config": [
"nx.json",
"project.json",
"{apps,libs}/**/project.json",
"package.json"
]
}
}

Depending on local configuration, plugins may modify the defaults as shown.

Custom config or entry options override default values, they are not merged.

See Plugins for more details about plugins and their entry and config options.

This plugin adds argument parsing for the nx binary. Configuration:

fromArgs: (parsed) => parsed._[0] === "exec" ? parsed._.slice(1) : []

The configuration was generated from source code. Also see Script Parser.

This page was generated from the nx plugin source code.

ISC License © 2024 Lars Kappert