Converts Hapi routes into Express compatible routes
This is a transform for the Taunus command-line interface, compiling Hapi routes into ruta3
compatible routes.
npm install hapiify --save
Simply supplying taunus
with this package, as shown below, will yield client-side Taunus compatible routes based on your Hapi server-side routes.
taunus -t hapiify
Disclaimer: the {name*2}
syntax is silly and it's not supported.
MIT