outlandnish / generator-express-ms

A Yeoman generator to template out a micro-service using Express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Micro Service Generator

A Yeoman generator to template out a micro-service using Express

Installation

You'll need Yeoman installed on your computer: npm install yo -g

Using Yeoman

npm install -g generator-express-ms

Clone and install

Clone, install, and link this package to your npm global cache

git clone https://github.com/nsamala/generator-express-ms.git && cd generator-express-ms
npm install
npm link

Usage

mkdir project && cd project
yo express-ms

About

A Yeoman generator to template out a micro-service using Express

License:MIT License


Languages

Language:JavaScript 100.0%