noop engine, consolidate.js style. Works with Assemble, express.js, engine-cache or any application that follows consolidate.js conventions.
npm i engine-noop --save-dev
var noop = require('engine-noop');
noop.render('<%= name %>', function (err, content) {
if (err) throw err;
console.log(content); //=> '<%= name %>'
});
Jon Schlinkert
Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license
This file was generated by verb-cli on August 25, 2014.