0.1.1 • Published 8 years ago

generator-express-ms v0.1.1

Weekly downloads
4
License
BSD-2-Clause-Free...
Repository
github
Last release
8 years ago

Express 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

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