You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trying to generate some type for kotlin. I need one class for each module. class name is like {{moduleName}}{{methodName}} . how can i capitalize methodName ? thanks
The text was updated successfully, but these errors were encountered:
ts-gyb renders code depending on mustache. I did some research and didn't find a way to capitalize strings on the template side, so I think the only way would be providing the capitalized name in the renderer. I think you can try to add a property in the MethodView so you can access it in the template.
Welcome to raise a PR
trying to generate some type for kotlin. I need one class for each module. class name is like {{moduleName}}{{methodName}} . how can i capitalize methodName ? thanks
The text was updated successfully, but these errors were encountered: