Creates a Go application.
Create an application named api:
nx g @nx-go/nx-go:application api
- (string): The name of the application
- (string): The directory of the new application
- (string): Whether to generate the project name and root directory as provided (as-provided) or generate them composing their values and taking the configured layout into account (derived)
- accepted values: as-provided, derived
- (string): Add tags to the application
- (boolean): Skip formatting files