Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including gulp-html-log with all npm packages installed. Try it out:

require("gulp/package.json"); // gulp is a peer dependency. require("gulp-jshint/package.json"); // gulp-jshint is a peer dependency. var gulpHtmlLog = require("gulp-html-log")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

gulp-html-log v1.0.1

A simple reporter for gulp-jshint that writes it's output to an HTML file. The name of the html file can be included by the user in the gulp task or it will default to a predefined name (jshint-output.html)

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free