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 dotfiles-jhgaylor with all npm packages installed. Try it out:

dotfiles-jhgaylor lists no main file and has no index.js, so it can't be directly required. If this is a mistake, please let us know. It may however contain internal files that you can require manually:

require("gh/package.json"); // gh is a peer dependency. require("grunt-cli/package.json"); // grunt-cli is a peer dependency. require("http-server/package.json"); // http-server is a peer dependency. require("n/package.json"); // n is a peer dependency. require("jshint/package.json"); // jshint is a peer dependency. require("david/package.json"); // david is a peer dependency. require("bower/package.json"); // bower is a peer dependency. require("gh-gif/package.json"); // gh-gif is a peer dependency. require("gh-jira/package.json"); // gh-jira is a peer dependency. // require("dotfiles-jhgaylor/[??]")

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

dotfiles-jhgaylor v0.6.5

The first JavaScript-based dotfiles powered by Grunt.

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