Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 404 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 404 Bytes

Microservice Generator

Yeoman generator

Getting Started

Install Yeoman

npm install -g yo

Install Microservice Generator

npm install -g generator-microservice

Generate Project

Run the following command and follow the prompts

yo microservice

Generate controller

cd project
yo microservice:controller beard