JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 34821
  • Score
    100M100P100Q145177F
  • License MIT

tiny cli highlighter

Package Exports

  • cli-high

Readme

cli-high

✨ Tiny syntax highlighting for your terminal

NPM version

Preview

cli-high

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