engine-noop

v0.1.0
noop engine, consolidate.js style. Works with Assemble, express.js, engine-cache or any application that follows consolidate.js conventions.
engine consolidate express assemble templates compile render noop pass-through and 2 more...

engine-noop NPM version

noop engine, consolidate.js style. Works with Assemble, express.js, engine-cache or any application that follows consolidate.js conventions.

Install

Install with npm:

npm i engine-noop --save-dev

Usage

var noop = require('engine-noop');

noop.render('<%= name %>', function (err, content) {
  if (err) throw err;
  console.log(content); //=> '<%= name %>'
});

Author

Jon Schlinkert

License

Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license


This file was generated by verb-cli on August 25, 2014.

npm i engine-noop

Metadata

  • Unknown
  • >=0.10.0
  • Jon Schlinkert
  • released 8/25/2014

Downloads

Maintainers