metalsmith-teacup [](http://badge.fury.io/js/metalsmith-teacup) [](https://travis-ci.org/hurrymaplelad/metalsmith-teacup)
October 2, 2014 ยท View on GitHub
A metalsmith plugin to render teacup templates.
Usage
Install it.
$ npm install metalsmith-teacup
Plug it in to metalsmith.
teacup = require 'metalsmith-teacup'
metalsmith.use(teacup())
Optionally pass a custom template directory. templates is the default.
metalsmith.use(teacup(directory: 'layouts'))