biojs / generator-biojs-webcomponents

Generate all the boilerplate for your next BioJS tool!
http://training.biojs.net
MIT License
9 stars 2 forks source link

Generator automatically converts small letters to capital letters in component's name. #6

Closed Nikhil-Vats closed 5 years ago

Nikhil-Vats commented 5 years ago

If we write "myComponent" as the name, it will convert it to "MyComponent". image Also, the user should be allowed to enter his own full name and it should not be succeeded with "BioJSComponent".

awasthishubh commented 5 years ago

If I am not getting wrong, problem here is that it allows special characters in name. It can be fixed with a simple regex replace.