UNPKG

@naxodev/gonx

Version:

Modern Nx plugin to use Go in a Nx workspace

18 lines (17 loc) 367 B
{ "$schema": "https://json-schema.org/schema", "version": 2, "title": "Tidy executor", "description": "Runs the `go mod tidy` command", "type": "object", "properties": { "args": { "type": "array", "items": { "type": "string" }, "description": "Extra args when mod tidy the app or library" } }, "required": [] }