cOdeShagHennessy / microchasm

The microchasm library provides a conduit for rapidly composing microservice ecosystems through scaffolding mechanisms for the microchasm, microservices, microapis and other components as well as tooling for build, deployment, and other full stack services. Uses node, hapijs, slush, gulp, docker, docker-compose, etc. to incarnate microservices and microapis.
1 stars 0 forks source link

Scaffolding generation fails if .gitconfig user name and/or email not configured #2

Open cOdeShagHennessy opened 9 years ago

cOdeShagHennessy commented 9 years ago

Using microChasm on a new system ran into the situation where my .gitconfig "user" information had not been created. Since this is not crucial information to microChasm operation it should maybe handle this situation differently

cOdeShagHennessy commented 9 years ago

need to fix slush-mChasm/generators/base.js defaults (and all other generators that duplicate defaults until the code is remodeled to consolidate this "defaults" logic) to handle the .gitconfig slightly differently. Handle the case where "user" doesn't exist in .gitconfig. This

cOdeShagHennessy commented 9 years ago

Erroneously closed