UNPKG

@mondaycom/apps-cli

Version:

A cli tool to manage apps (and monday-code projects) in monday.com

13 lines (12 loc) 288 B
export type ProjectTemplate = { name: string; isWithSigningSecret?: boolean; openSetupMd?: boolean; }; export type ScaffoldTaskContext = { project: ProjectTemplate; destination: string; signingSecret?: string; projectPath: string; startCommand: string; };