nest-clz
Version:
Your CLI by Shoulders to create a backend started with [nest-seed](https://github.com/Eureka-Shoulders/nest-seed)
12 lines (11 loc) • 371 B
TypeScript
import { ResourceGenPrompt } from '../types/prompt';
export declare function getGenerationOptions({ scope, resource, ...rest }: ResourceGenPrompt): {
template: string;
target: string;
props: {
resourceName: string;
resourceEntityName: string;
resourceNameCapitalized: string;
resourceEntityNameCapitalized: string;
};
}[];