generator-express-ms
v0.1.1
Published
A micro-service built with Express
Downloads
4
Maintainers
Readme
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