ehp

1.0.4 • Public • Published

ehp

Simple Express HTML passthru view for those times when you need a quick static view and express insists on jade or ejs

Installation

$ npm install ehp

Features

* in-memory caching of static pages

Usage

 
    app.engine('html', require('ehp').renderFile);
    app.set('view engine', 'html');

Licensing

Licensed under MIT


Copyright (C) 2015 Ahmed Masud ahmed.masud@trustifier.com

Package Sidebar

Install

npm i ehp

Weekly Downloads

2

Version

1.0.4

License

MIT

Last publish

Collaborators

  • ahmedmasud