Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 502 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 502 Bytes

cli-high

✨ Tiny syntax highlighting for your terminal

NPM version

Preview

cli-high

CLI Usage

npx cli-high ./path/to/your/js/file

Programmatic Usage

import { highlight } from 'cli-high'

const highlighted = highlight('console.log("Hello, World!")')

License

MIT License © 2024 xinyao27