New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

generator-hapi-basic

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-hapi-basic

yeoman generator for basic hapi.js server structure

1.0.1
latest
Source
npm
Version published
Maintainers
1
Created
Source

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

Keywords

yeoman-generator

FAQs

Package last updated on 30 Oct 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts