hapi-gaikan-view

0.0.2 • Public • Published

hapi-gaikan-view

Gaikan.js for Hapi.js

Usage example:

var Hapi = require('hapi');

var server = new Hapi.Server('localhost', 3000, {
    views: {
        path: './views',
        engines: {
            html: require('hapi-gaikan-view')
        }
    }
});

server.start(function () {
    server.log('info', 'Server running at: ' + server.info.uri);
});

Readme

Keywords

Package Sidebar

Install

npm i hapi-gaikan-view

Weekly Downloads

1

Version

0.0.2

License

ISC

Last publish

Collaborators

  • jrushton