← 全部工具

cli-high

热度 65 更新于 开发与构建

tiny cli highlighter

npmauto-collected

安装

npm
npm install -g cli-high

通过 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