justhtml

0.0.1 • Public • Published

Just HTML View Engine for Express.js

Static HTML view engine for Node.js

Installation

$ npm install justhtml
 
var justhtml = require('justhtml');
 
app.set('views', __dirname + '/views');
app.set("view options", {layout: false});
app.engine('html', justhtml.__express);
app.set('view engine', 'html');

Author: Leandro Boffi

Readme

Keywords

none

Package Sidebar

Install

npm i justhtml

Weekly Downloads

2

Version

0.0.1

License

none

Last publish

Collaborators

  • leandrob