-
-
Notifications
You must be signed in to change notification settings - Fork 425
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
Add option to specify case of filename from directory usage #118
Comments
You mean generating a file name in kebab-case instead of PascalCase? This is not possible currently. But why not! |
Cool. I've was playing around with it a few days ago but had training all day yesterday, will see if I can get it working today. |
So I've finally got time to work on this but am getting test failures after pulling down the repo.
Is there any chance of a E: Looks like this is related to running on windows, even though I'm running on Linux subsystem bash it's still parsing windows style directory structures, will see whether I can fix that too. |
Yes contributing is missing, sorry for that. Just run |
Awesome, thanks. I'll hopefully have some time over the weekend to look at this, if not early next week. |
Hi there, fantastic library.
Is there any chance of enabling an option for
-d
to specify the type of case used for the filename?Our standard in our design system is to use kebab-case rather than PascalCase.
If this is something you're interested in I'm happy to have a look at submitting a PR.
Thanks.
The text was updated successfully, but these errors were encountered: