Skip to content

Instantly share code, notes, and snippets.

View WolfgangKluge's full-sized avatar

Wolfgang Kluge WolfgangKluge

View GitHub Profile
@WolfgangKluge
WolfgangKluge / gist:1321202
Created October 27, 2011 23:34
jshint code coverage
#!/usr/bin/env node
(function () {
"use strict";
var coveraje = require("coveraje").coveraje,
fs = require("fs"),
path = require("path"),
jshfilePath = path.resolve("../jshint.js");