UNPKG

react-cleanup-cli

Version:

Ever wanted a tool that creates a React project for you with all the clutter removed? Vite is a great bundling tool that sets up a React Project quickly. But for those of us who don't want any of the boilerplate css or jsx or to remove the svgs it has to

5 lines (4 loc) 251 B
export declare const runCommand: (command: string) => Promise<string>; declare function getOutput(): Promise<string[]>; export declare function createReactProject(projectName: string, isTypeScript: boolean): Promise<string>; export default getOutput;