Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 334 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 334 Bytes

hapi-dash

A terminal dashboard for hapi

Usage:

Install the package into your node project

    npm install --save hapi-dash

Register the plugin with the Hapi server

server.register({register: require('hapi-dash')}, function (err) {
    if (err) {
        console.error('Failed to load plugin:', err);
    }
});