Creates a Go library.
Create an library named data-access:
nx g @nx-go/nx-go:library data-access
- (string): The name of the library
- (string): The directory of the new library
- (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 library
- (boolean): Skip formatting files