littleuniversestudios / angular-cli-tools

Command Line Tools for Angular 2 projects
MIT License
30 stars 8 forks source link

Change folder name to be different from component #18

Open eramosr16 opened 7 years ago

eramosr16 commented 7 years ago

Hi, is there a way to specify a folder name other than the one set by default (Component Name). I'm trying to use the tool to generate CRUD templates inside the main component and it creates directory tree like this: Entity | --Entity | --entity.create.component.html, entity.create.component.ts | -- entity.component.html, entity.component.ts Thanks in advance, great tool and work.

marktdodds commented 7 years ago

Not yet, but I'll definitely add it to the todo list. Nice idea!