Skip to content

clarkie/hapi-dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A terminal dashboard for hapi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published