0.0.3 • Published 8 years ago

generator-simple-microservice v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

generator-simple-microservice NPM version

Generate a Node microservice with Docker, Express, Babel, and Node Inspector support

NOTE: This is currently only proof of concept code under early development. It has been published to npm to share with the BayNode meetup group. If you find this helpful, that's awesome.

Installation

First, install Yeoman and generator-api using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-simple-microservice

Then generate your new project:

yo simple-microservice

License

MIT © Tony Pujals