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.

36 lines (33 loc) 1.17 kB
import * as smartlog from '@push.rocks/smartlog'; import * as smartlogDestinationLocal from '@push.rocks/smartlog-destination-local'; import * as npmextra from '@push.rocks/npmextra'; import * as path from 'path'; import * as projectinfo from '@push.rocks/projectinfo'; import * as smartcli from '@push.rocks/smartcli'; import * as smartpath from '@push.rocks/smartpath'; import * as smartpromise from '@push.rocks/smartpromise'; import * as smartupdate from '@push.rocks/smartupdate'; import * as smartshell from '@push.rocks/smartshell'; import * as smartnetwork from '@push.rocks/smartnetwork'; import * as smartfile from '@push.rocks/smartfile'; import { SmartFs, SmartFsProviderNode } from '@push.rocks/smartfs'; import * as smartinteract from '@push.rocks/smartinteract'; import * as smartdelay from '@push.rocks/smartdelay'; // Create smartfs instance for filesystem operations export const smartfs = new SmartFs(new SmartFsProviderNode()); export { smartlog, smartlogDestinationLocal, npmextra, path, projectinfo, smartcli, smartpath, smartpromise, smartupdate, smartshell, smartnetwork, smartfile, smartinteract, smartdelay, };