snapy-cache

handles the cache writing to disk

Usage no npm install needed!

<script type="module">
  import snapyCache from 'https://cdn.skypack.dev/snapy-cache';
</script>

README

snapy-cache

Plugin of snapy.

Handles the cache file.

snapy.config

// ./test/snapy.config.js
module.exports = {

  // …

  // default storage of test cache
  cache: "./test/cache.json", // String

  // …

}

License

Copyright (c) 2018 Paul Pflugradt Licensed under the MIT license.