@shikijs/cli
Shiki in the command line.
Usage
The Shiki CLI works like cat command, but with syntax highlighting.
bash
npx @shikijs/cli README.mdInstall
You can also install it globally. Command aliases @shikijs/cli, shiki, skat are registered.
sh
npm i -g @shikijs/clish
yarn global add @shikijs/clish
pnpm add -g @shikijs/clish
bun add -g @shikijs/clish
skat src/index.tsOptions
--theme
Specify the theme to use. Defaults to vitesse-dark.
bash
npx @shikijs/cli README.md --theme=nord--lang
Language is auto-inferred from the file extension. You can override it with --lang.
bash
npx @shikijs/cli src/index.js --lang=ts