biotope / biotope-generator

A file generator for the biotope project written with plop
7 stars 2 forks source link

Generator generates components with short component names wrong #33

Closed timomayer closed 5 years ago

timomayer commented 5 years ago

Describe the bug Generator generates components with short component names wrong.

To Reproduce Steps to reproduce the behavior: Use generator to generator component named Foo -> not shown and js error in console when you try to look at the generated component in gulp serve mode. Do the same with FooBar and it works

Expected behavior Should work for both or generator should make sure not valid names can not be used.