require-cache
v0.0.1
Published
> Caches the module tree into a JSON file, so when you restart your app it doesn't have to recompute this every time. > Often **2x faster startup time**.
Downloads
4
Readme
require-cache
Caches the module tree into a JSON file, so when you restart your app it doesn't have to recompute this every time. Often 2x faster startup time.
Installation
npm install require-cache
Quick Start
require('require-cache')();
That's it!
License
MIT