UNPKG

jetup

Version:

Jetup: JavaScript Project Setup! Jetting-up your next JS project in seconds with one command, using fully modular, customizable presets, instantly ready to code!.

4 lines (3 loc) 229 B
export declare function runCommand(command: string): Promise<void>; export declare function runCommandInSilent(command: string): Promise<void>; export declare function runCommandInAlternateScreen(command: string): Promise<void>;