Skip to content

Yeoman generator for quickly spitting our REST microservices base on Express

License

Notifications You must be signed in to change notification settings

tpickett/express-microservice-generator

Repository files navigation

generator-express-microservice-generator

Express Microservice in a box

Installation

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

npm install -g yo
npm install -g generator-express-microservice-generator

If npm can't find the express microservice generator then clone and link the project directly:

git clone [email protected]:tpickett/express-microservice-generator.git
cd express-microservice-generator/generator-express-microservice-generator
npm link

Then generate your new project:

yo express-microservice-generator

Getting To Know Yeoman

Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to learn more about him.

License

MIT © Griffith T. Pickett

About

Yeoman generator for quickly spitting our REST microservices base on Express

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published