console-highlight

0.1.0 • Public • Published

console-highlight

Get syntax highlighting in the console.

Usage:

var highlight = require('console-highlight');
 
console.log(highlight('javascript to highlight', {
  // optional options
  language: 'javascript', // will auto-detect if omitted
  theme: 'default' // a highlight.js theme
}));

Example output (using the 'monokai' theme):

Console output

/console-highlight/

    Package Sidebar

    Install

    npm i console-highlight

    Weekly Downloads

    2

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • dtao