|
|
il y a 2 ans | |
|---|---|---|
| .. | ||
| .jshintrc | il y a 2 ans | |
| LICENSE | il y a 2 ans | |
| README.md | il y a 2 ans | |
| index.js | il y a 2 ans | |
| package.json | il y a 2 ans | |
Roadrunner will cache require resolutions to heavily improve startup speed of your node application.
$ npm install roadrunner
var roadrunner = require("roadrunner");
roadrunner.load();
// your code here
roadrunner.save();