tiny cli highlighter
npm install cli-high✨ Tiny syntax highlighting for your terminal

``bash`
npx cli-high ./path/to/your/js/file
`ts
import { highlight } from 'cli-high'
const highlighted = highlight('console.log("Hello, World!")')
``