Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xinyao27/cli-high

tiny cli highlighter
https://github.com/xinyao27/cli-high

Last synced: about 2 months ago
JSON representation

tiny cli highlighter

Awesome Lists containing this project

README

        

# 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)