Skip to content

robinsio/express-microservice-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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