UNPKG

@vxrn/takeout-cli

Version:

CLI tools for Takeout starter kit - interactive onboarding and project setup

11 lines 275 B
/** * Onboard command - interactive setup for Takeout starter kit */ export declare const onboardCommand: import("citty").CommandDef<{ skip: { type: "boolean"; description: string; default: false; }; }>; //# sourceMappingURL=onboard.d.ts.map