MartyIce/generator-meancrud

Generator only makes files at root, with wrong file names.

Opened this issue · 1 comments

Trying to make "Users". I get files like named
"public\users\controllers\users.js" and "public\users\routes\users,js" at the root level. Note the names contain the full directory structure, instead of the placing the file in the correct directory.

This is my first time using Yeoman, so I may be doing something wrong!

I'm having the same "problem". I put it in quotes because it's a problem in that the files can't really be used without a lot of renaming and file shuffling. But maybe that's all it's designed to do? It would be really nice to see more activity on this repository so we could see if this is how things are supposed to work or not.

Strictly speaking the generator is doing exactly what the Readme.md says what it will do. I suppose I can live with some file shuffling and renaming given what this is doing for me. But again, some feedback would be appreciated.