@expressots/cli
Version:
Expressots CLI - modern, fast, lightweight nodejs web framework (@cli)
10 lines (9 loc) • 390 B
TypeScript
import { ExpressoConfig } from "@expressots/shared";
/**
* Process the non-opinionated command
* @param schematic - The schematic
* @param target - The target
* @param method - The method
* @param expressoConfig - The expresso config
*/
export declare function nonOpinionatedProcess(schematic: string, target: string, method: string, expressoConfig: ExpressoConfig): Promise<string>;