@naxodev/gonx
Version:
Modern Nx plugin to use Go in a Nx workspace
25 lines (24 loc) • 597 B
JSON
{
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "https://json-schema.org/schema",
"title": "Generate executor",
"description": "Runs code generation using the `go generate` command",
"type": "object",
"properties": {
"env": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "Environment variables to set when running the executor"
},
"flags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Flags to pass to the go generate command"
}
}
}