UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

20 lines (19 loc) 633 B
{ "executors": { "noop": { "implementation": "./src/executors/noop/noop.impl", "schema": "./src/executors/noop/schema.json", "description": "An executor that does nothing" }, "run-commands": { "implementation": "./src/executors/run-commands/run-commands.impl", "schema": "./src/executors/run-commands/schema.json", "description": "Run any custom commands with Nx." }, "run-script": { "implementation": "./src/executors/run-script/run-script.impl", "schema": "./src/executors/run-script/schema.json", "description": "Run an NPM script using Nx." } } }