peezy-cli
Version:
Production-ready CLI for scaffolding modern applications with curated full-stack templates, intelligent migrations, and enterprise security.
17 lines (16 loc) • 350 B
TypeScript
export declare function generateReadme(opts?: {
name?: string;
badges?: boolean;
json?: boolean;
}): Promise<{
file: string;
name: any;
badges: number;
} | undefined>;
export declare function generateChangelog(opts?: {
json?: boolean;
}): Promise<{
file: string;
hasGit: boolean;
type: string;
} | undefined>;