tiny cli highlighter
✨ Tiny syntax highlighting for your terminal
npx cli-high ./path/to/your/js/file
import { highlight } from 'cli-high' const highlighted = highlight('console.log("Hello, World!")')
MIT License © 2024 xinyao27