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.

5 lines (4 loc) 170 B
import { LegacyFormatter } from './legacy.formatter.js'; export declare class TemplatesFormatter extends LegacyFormatter { constructor(context: any, project: any); }