0.4.3 • Published 9 months ago
cli-high v0.4.3
cli-high
✨ Tiny syntax highlighting for your terminal
Preview
CLI Usage
npx cli-high ./path/to/your/js/file
Programmatic Usage
import { highlight } from 'cli-high'
const highlighted = highlight('console.log("Hello, World!")')