generator-simple-microservice
v0.0.3
Published
Generate an Express-based Node API to run under Docker
Downloads
5
Maintainers
Readme
generator-simple-microservice
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