|
|
3 年之前 | |
|---|---|---|
| .. | ||
| .jshintrc | 3 年之前 | |
| LICENSE | 3 年之前 | |
| README.md | 3 年之前 | |
| index.js | 3 年之前 | |
| package.json | 3 年之前 | |
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();