Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 990 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 990 Bytes

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')
  ]
}