gobble-swig
v0.1.0
Published
Compile swig templates with gobble
Downloads
1
Readme
gobble-swig
Compile swig templates with gobble.
Installation
First, you need to have gobble installed - see the gobble readme for details. Then,
npm i -D gobble-swig
Usage
gobblefile.js
var gobble = require('gobble')
module.exports = gobble('templates').transform('swig', {cache: false})
See the swig options for details.
License
MIT