armansansd 3424b1927b first commit 2 years ago
..
.jshintrc 3424b1927b first commit 2 years ago
LICENSE 3424b1927b first commit 2 years ago
README.md 3424b1927b first commit 2 years ago
index.js 3424b1927b first commit 2 years ago
package.json 3424b1927b first commit 2 years ago

README.md

roadrunner

Roadrunner will cache require resolutions to heavily improve startup speed of your node application.

Installation

$ npm install roadrunner

Usage

var roadrunner = require("roadrunner");

roadrunner.load();

// your code here

roadrunner.save();