@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.
7 lines (6 loc) • 315 B
TypeScript
export * from '../plugins.js';
import * as smartfile from '@push.rocks/smartfile';
import * as smartinteraction from '@push.rocks/smartinteract';
import * as smartjson from '@push.rocks/smartjson';
import * as smartshell from '@push.rocks/smartshell';
export { smartfile, smartinteraction, smartjson, smartshell };