UNPKG

@naxodev/gonx

Version:

Modern Nx plugin to use Go in a Nx workspace

20 lines (19 loc) 453 B
{ "$schema": "https://json-schema.org/schema", "$id": "@naxodev/gonx:init", "title": "Go init generator options", "type": "object", "properties": { "skipFormat": { "type": "boolean", "description": "Skip formatting files.", "default": false, "x-priority": "internal" }, "addGoDotWork": { "type": "boolean", "description": "Add a go.work file to the project.", "default": false } } }