A Yeoman generator to template out a micro-service using Express
You'll need Yeoman installed on your computer: npm install yo -g
npm install -g generator-express-ms
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
mkdir project && cd project
yo express-ms