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) 167 B
import { Project } from '../classes.project.js'; /** * takes care of updating files from templates */ export declare const run: (project: Project) => Promise<void>;