UNPKG

@nx-dotnet/core

Version:

- Have an existing nx workspace. For creating this, see [nrwl's documentation](https://nx.dev/latest/angular/getting-started/nx-setup). - .NET SDK is installed, and `dotnet` is available on the path. For help on this, see [Microsoft's documentation](https

13 lines (12 loc) 290 B
export type AddSwaggerJsonExecutorSchema = { project: string; projectRoot: string; output?: string; swaggerDoc?: string; startupAssembly?: string; target?: string; skipFormat?: boolean; swaggerProject?: string; codegenProject?: string; useOpenApiGenerator?: boolean; };