hapi-dash

0.0.4 • Public • Published

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);
    }
});

Dependencies (3)

Dev Dependencies (2)

Package Sidebar

Install

npm i hapi-dash

Weekly Downloads

0

Version

0.0.4

License

ISC

Last publish

Collaborators

  • clarkie