1.1.0 • Published 8 years ago

roadrunner v1.1.0

Weekly downloads
1,495
License
-
Repository
github
Last release
8 years ago

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();