UNPKG

@nx-dart/nx-dart

Version:

A Nx plugin, that adds support for developing Dart and Flutter packages in a Nx workspace

21 lines (20 loc) 643 B
{ "$schema": "http://json-schema.org/schema", "executors": { "format": { "implementation": "./src/executors/format/executor", "schema": "./src/executors/format/schema.json", "description": "Formats Dart files in a package." }, "analyze": { "implementation": "./src/executors/analyze/executor", "schema": "./src/executors/analyze/schema.json", "description": "Analyzes a Dart package." }, "test": { "implementation": "./src/executors/test/executor", "schema": "./src/executors/test/schema.json", "description": "Runs Dart or Flutter tests in a package." } } }