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.

15 lines (10 loc) 310 B
// native scope import * as path from 'path'; export { path }; // @api.global scope import * as typedserver from '@api.global/typedserver'; export { typedserver }; // @pushrocks scope import * as qenv from '@push.rocks/qenv'; import * as smartpath from '@push.rocks/smartpath'; export { qenv, smartpath };