add helper

This commit is contained in:
Wolfgang Hottgenroth 2021-07-28 18:00:50 +02:00
parent f33d4f4d25
commit 717d2bc7d8
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

3
generateHelper.py Normal file
View File

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