UNPKG

zaincode

Version:

A modern, user-friendly CLI tool to manage projects, automate tasks, configure remotes, and push files with ease. Built for developers who want a lightweight yet powerful terminal experience.

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