littleuniversestudios / angular-cli-tools

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

add support for $kebabCaseName$ #22

Closed vsternbach closed 6 years ago

vsternbach commented 6 years ago

We have a special use-case where our file naming convention is using pascal case name for naming files, hence there's no way to write component's selector in kebab case, cause there's no $kebabCaseName$

nvitas commented 6 years ago

Will merge asap. Thanks for contributing