chrisenytc / slush-generator

A slush generator for create slush generators
https://www.npmjs.org/package/slush-generator
MIT License
30 stars 11 forks source link

Fixed crash if .gitconfig missing/user not set #7

Closed spiralx closed 10 years ago

spiralx commented 10 years ago

The generator was crashing while trying to get the default answers if the file .gitconfig wasn't present or lacking the user.name setting, which I fixed. When running under Windows it wasn't picking up any of the user's home directory or username either, so I changed it to get those correctly.

chrisenytc commented 10 years ago

Thank you for your contribution. :+1:

dydycloud commented 10 years ago

nice work!!