maissani / trailpack-cache

Cache Trailpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trailpack-cache

NPM version Build status Dependency Status Code Climate

Cache Trailpack

Install

$ npm install --save trailpack-cache

Configure

// config/main.js
module.exports = {
  packs: [
    // ... other trailpacks
    require('trailpack-cache')
  ]
}

About

Cache Trailpack

License:MIT License


Languages

Language:JavaScript 100.0%