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.

8 lines (7 loc) 283 B
import { LegacyFormatter } from './legacy.formatter.js'; import * as formatGitignore from '../format.gitignore.js'; export class GitignoreFormatter extends LegacyFormatter { constructor(context: any, project: any) { super(context, project, 'gitignore', formatGitignore); } }