UNPKG

zaincode_terminal

Version:

A Git-like Node.js terminal tool that provides an interactive CLI experience with support for custom commands, colors, and automation. Built with chalk, axios, and node-pty for developers who want a modern, lightweight, and powerful command-line utility.

6 lines (3 loc) 112 B
import { EventEmitter } from 'node:events' const cmdEvents = new EventEmitter() export default cmdEvents