/hapi-registrar

Custom Hapi.js plugin to manage handlers, methods and routes

Primary LanguageJavaScript

Hapi Registrar

Simple, object-oriented registration for Hapi Routes, Methods, and Handlers

npm greenkeeper travis

Plugin description

This Hapi plugin provides a quick, easy, and efficient interface to register Routes, Methods, and Handlers. Rather than scanning directories like other tools that attempt to achieve this behaviour, this plugin accepts an individual object for the Routes, Methods, and Handlers respectively.