I built a zero-dependency terminal styling toolkit for Node.js
typescript
dev.to
tired of staring at walls of plain console.log? i built termpainter to fix that. it is a small npm package that gives your terminal output actual structure. semantic styles, boxes, badges, tables, timestamps, spinners. zero dependencies, full TypeScript support, works in Node 18+ and Bun. install npm install termpainter what it does semantic styles instead of hardcoding colors every time, you call what you mean: style.success('Build complete')