ts-gyb
ts-gyb copied to clipboard
How can i capitalize name of method in template?
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