UNPKG

hermit

Version:

Prints html in the terminal using colors and simple layout to reflect the document structure.

7 lines (5 loc) 189 B
var fs = require('fs') , path = require('path'); fs.readdirSync(__dirname) .filter(function (x) { return path.extname(x) === '.js'; }) .forEach(function (x) { require('./' + x); });