UNPKG

cli-high

Version:
28 lines (16 loc) 502 B
# cli-high ✨ Tiny syntax highlighting for your terminal [![NPM version](https://img.shields.io/npm/v/cli-high?color=a1b858&label=)](https://www.npmjs.com/package/cli-high) ## Preview ![cli-high](./screenshot.png) ## CLI Usage ```bash npx cli-high ./path/to/your/js/file ``` ## Programmatic Usage ```ts import { highlight } from 'cli-high' const highlighted = highlight('console.log("Hello, World!")') ``` ## License [MIT](./LICENSE) License © 2024 [xinyao27](https://github.com/xinyao27)