nsgm-cli
Version:
A CLI tool to run Next/Style-components and Graphql/Mysql fullstack project
8 lines (7 loc) • 533 B
TypeScript
export declare const firstUpperCase: (word: string) => string;
export declare const mkdirSync: (dirPath: string) => void;
export declare const rmFileSync: (filePath: string) => void;
export declare const rmdirSync: (dirPath: string) => void;
export declare const copyFileSync: (source: string, dest: string, upgradeFlag?: boolean) => void;
export declare const handleReplace: ({ regex, replacement, paths }: any) => void;
export declare const replaceInFileAll: (array: any, index: number | undefined, callback: any) => Promise<any>;