Skip to content

Init Generator

Terminal window
nx g @naxodev/gonx:init

This generator does not have configurable options.

Terminal window
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