@nx-kz/go
Version:
This is Nx plugin to use Go in a Nx workspace.
15 lines • 388 B
JSON
{
"$schema": "http://json-schema.org/schema",
"cli": "nx",
"$id": "SetupNxGoPlugin",
"title": "",
"type": "object",
"properties": {
"goModPath": {
"type": "string",
"description": "The root path of go modules in this workspace",
"x-prompt": "Enter the root path of your go modules."
}
},
"required": []
}