/generator-express-ms

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

Primary LanguageJavaScriptMIT LicenseMIT

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