NetanelBasal / ngrx-generator

ngrx templates generator
MIT License
130 stars 26 forks source link

how to generate folders in a specific path #7

Closed jaichandra closed 7 years ago

jaichandra commented 7 years ago

I'm having multiple modules in my app, and I would like to generate folders in specific folders. Specifying the baseDir in package.json doesn't help as it would change based on which module I'd like to use. Any suggestions?

NetanelBasal commented 7 years ago

The only solution is to remove the baseDir option, go to your directory and run the command from there.