-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Support "kebab-case" #197
Comments
Hi @IndrajeetPatil you could use case = „snake“ and sep_out = „-“. |
Thanks for the quick response! From discoverability perspective, I still think it might be worth it to support |
I think it‘s a good point you are making. Will do once I come back here. |
Coming here to request the same thing. I needed to convert from lower camel to lower-kebab-case. I was surprised that this was not possible out of the box. I used I was surprised that there is not feature parity with |
I have seen this case used often in naming conventions for file names (e.g.
test-one-sample-test.R
), in addition to naming variables.Will it be possible for
{snakecase}
to support this?The text was updated successfully, but these errors were encountered: