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 (4 loc) 144 B
#!/usr/bin/env node process.env.CLI_CALL = 'true'; import * as tsrun from '@git.zone/tsrun'; tsrun.runPath('./cli.child.js', import.meta.url);