console-highlight
v0.1.0
Published
Syntax highlighting in the console
Downloads
9
Maintainers
Readme
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):