Experience-Monks / nyg

Not another yeoman generator, a simplified project generator based around prompts and events.
MIT License
12 stars 2 forks source link

This pull requests makes chdir work #17

Closed mikkoh closed 8 years ago

mikkoh commented 8 years ago

Hello good sirs. I am a humble contributor from Canada. I've noticed a slight issue I'd like to rectify.

Currently chdir has no effect since in run:

this.cwd = process.cwd();

is done when run is called.

njam3 commented 8 years ago

Thanks @mikkoh