cachify

A HTML5 Cache Manifest Genorator.

Usage no npm install needed!

<script type="module">
  import cachify from 'https://cdn.skypack.dev/cachify';
</script>

README

Cachey, A Module For HTML5 cache

var cachey = require("cachey");
var express = require("express");
var app = express();

cachey({
    cache:[
        // Files To Cache
    ],
    network:[
        // Files NOT TO Cache
    ],
    fallback:[
        // Fallback
    ]
},app);

// All HTTP Verbs For /app.cache will load the cache

cachey.reload(); // Reload The Cache

cachey.init({/*Params*/}); // Re Init The Cache

contact ariporad@gmail.com with questions