cli tool to cache a site locally
background details relevant to understanding what this module does
description of the example
const siteCache = require('site-cache');
console.log({siteCache});
This will output
const siteCache = (): object
description of the function signature
With npm installed, run
$ npm install site-cache
MIT