shiki

Powerful syntax highlighter for code with beautiful themes

brewmacoslinux
Try with needOr install directly
Source

About

Beautiful yet powerful syntax highlighter

Commands

shiki

Examples

Highlight a JavaScript file with default theme$ shiki highlight example.js
Highlight code with a specific theme$ shiki highlight --theme nord example.py
Convert code to HTML with syntax highlighting$ shiki highlight --lang typescript --theme github-light script.ts > output.html