Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 590 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 590 Bytes

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