UNPKG

@pulzar/cli

Version:

Ultimate command-line interface for Pulzar framework - scaffolding, development server, building, testing, code generation, health diagnostics, security auditing, and deployment tools for modern Node.js applications

11 lines 361 B
import { Command } from "commander"; export interface NewOptions { template?: string; database?: string; skipInstall?: boolean; description?: string; author?: string; } export declare function newCommand(projectName: string, options?: NewOptions): Promise<void>; export declare const newCommandDef: Command; //# sourceMappingURL=new.d.ts.map