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.

7 lines (5 loc) 188 B
const commondExtracter = commond => { const commondText = commond.slice(commond.indexOf('"') + 1, commond.lastIndexOf('"')) return commondText } export default commondExtracter