add helper

This commit is contained in:
2021-07-28 18:00:50 +02:00
parent f33d4f4d25
commit 717d2bc7d8

3
generateHelper.py Normal file
View File

@ -0,0 +1,3 @@
def JsNameConverter(tmplName):
return ''.join([x.capitalize() for x in tmplName.split('_')])