← All tools

cli-high

Popularity 65 Updated Development & Build

tiny cli highlighter

npmauto-collected

Installation

npm
npm install -g cli-high

Install with npm.

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!")')

License

MIT License © 2024 xinyao27