1.0.1 • Published 9 years ago

generator-hapi-basic v1.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

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

1.0.1

9 years ago

1.0.0

9 years ago