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.

4 lines (3 loc) 74 B
export interface IMetaRepoData { projects: { [key: string]: string }; }