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
How about converting CamelCase to dash-separations, so that
kptmpl package FooBar
would create a directory "keypirinha-foo-bar" instead of "keypirinha-foobar"? That could be done with a Regex replacement similar to this Kotlin code that I wrote.
The text was updated successfully, but these errors were encountered:
Just as minor idea for improving the default directory name created at
SDK/tools/tmpl.py
Line 30 in 9340fb4
How about converting CamelCase to dash-separations, so that
would create a directory "keypirinha-foo-bar" instead of "keypirinha-foobar"? That could be done with a Regex replacement similar to this Kotlin code that I wrote.
The text was updated successfully, but these errors were encountered: