Skip to content

yansenarmandau/manta-hapi

Repository files navigation

Manta Hapi js Restful API Generator CLI npm version

Hapi js Restful API Generator

Table of contents

Installation

Globally

Install CLI global with

$ npm install -g --save manta-hapi

Now you can run CLI using following command

$ manta

Usage

$ mkdir your_app && cd your_app
$ manta

Tips

To run Authentication module, you need to have environment file (.env).

$ cp .env.example .env