Init Generator
nx g @naxodev/gonx:init
Options
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/gonx
to add gonx to an existing workspace - Creates the necessary configuration files for Go development
- Creates go.work file only when explicitly requested via the
addGoDotWork
option