@nx-dotnet/dotnet
Version:
This library was generated with [Nx](https://nx.dev).
8 lines (7 loc) • 536 B
TypeScript
export type KnownDotnetTemplates = 'console' | 'classlib' | 'wpf' | 'wpflib' | 'wpfcustomcontrollib' | 'wpfusercontrollib' | 'winforms' | 'winformslib' | 'worker' | 'grpc' | 'mstest' | 'xunit' | 'nunit' | 'page' | 'viewimports' | 'proto' | 'blazorserver' | 'blazorwasm' | 'web' | 'mvc' | 'webapp' | 'angular' | 'react' | 'reactredux' | 'razorclasslib' | 'webapi' | 'globaljson' | string;
export interface DotnetTemplate {
templateName: string;
shortNames: [string, ...string[]];
languages?: string[];
tags?: string[];
}