UNPKG

@mondaycom/apps-cli

Version:

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

4 lines (3 loc) 221 B
import { Command } from '@oclif/core'; export declare const enablePrintCommand: () => void; export declare const printGeneratedCommand: (command: Command, flags?: Record<string, any>, args?: Record<string, any>) => void;