UNPKG

@mondaycom/apps-cli

Version:

A cli tool to manage apps (and monday-code projects) in monday.com

6 lines (5 loc) 205 B
export const wrapInBox = (textToWrap) => { const line = '─'.repeat(textToWrap.length + 2); const traceIdBox = `┌${line}┐\n │ ${textToWrap} │\n └${line}┘`; return traceIdBox; };