0.2.0 • Published 5 years ago

generator-boost-svc v0.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

generator-boost-svc

Scaffolding for boost services

Installation

First, install Yeoman and generator-boost-svc using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-boost-svc

Then generate your new project:

mkdir service-api-name
yo boost-svc
npm install

Running

Once installed, app can be tried run by running

npm start

to access swagger API documentation by browser via url

http://localhost:3000/service-api-name/docs

0.2.0

5 years ago

0.1.0

5 years ago