Files
2023-07-12 16:31:19 +01:00

290 B
Executable File

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