UNPKG

@expressots/cli

Version:

Expressots CLI - modern, fast, lightweight nodejs web framework (@cli)

5 lines (4 loc) 172 B
import { CommandModule } from "yargs"; type CommandModuleArgs = object; declare const createProject: () => CommandModule<CommandModuleArgs, any>; export { createProject };