UNPKG

@git.zone/cli

Version:

A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.

6 lines (5 loc) 273 B
import * as plugins from './plugins.js'; export declare const logger: plugins.smartlog.Smartlog; export declare const setVerboseMode: (verbose: boolean) => void; export declare const isVerboseMode: () => boolean; export declare const logVerbose: (message: string) => void;