Init Generator
nx g @naxodev/gonx:initOptions
Section titled “Options”This generator does not have configurable options.
Example
Section titled “Example”nx g @naxodev/gonx:init- Sets up the workspace for Go development
- Configures the workspace for Go development
- Can be used with
nx add @naxodev/gonxto add gonx to an existing workspace - Creates the necessary configuration files for Go development
- Creates go.work file only when explicitly requested via the
addGoDotWorkoption