@dkoul/auto-testid-cli
Version:
Command-line interface for React and Vue.js custom attribute generation
19 lines • 501 B
TypeScript
interface GenerateOptions {
framework?: string;
dryRun?: boolean;
backup?: boolean;
exclude?: string[];
include?: string[];
prefix?: string;
attributeName?: string;
naming?: string;
maxLength?: string;
parallel?: string;
config?: string;
logLevel?: string;
silent?: boolean;
color?: boolean;
}
export declare function generateCommand(targetPath: string, options: GenerateOptions): Promise<void>;
export {};
//# sourceMappingURL=generate.d.ts.map