generator-hapi-basic

yeoman generator for basic hapi.js server structure

Usage no npm install needed!

<script type="module">
  import generatorHapiBasic from 'https://cdn.skypack.dev/generator-hapi-basic';
</script>

README

Basic Hapi Yeoman Generator

This repo contains a Yeoman generator that allow to scaffold a very simple Hapi server client, with one route for the root path, easily runnable with one command. Tests coming soon.

Yeoman Installation

npm install -g yo bower grunt-cli gulp

Generator Installation & Project Scaffolding

npm install -g generator-hapi-basic

mkdir my-hapi-project

yo hapi-basic

Running the application

npm start

App will be available on localhost.

Tests

Todo

Contributors

Todo

License

MIT

Release history

  • v1.0.0
    • Initial release
  • v1.0.1
    • Edited README