Folder name in source target is dashed (underscores are needed)
Hi, it seems like this folder needs to be with underscores, as also the phpstorm typoscript plugin uses this folder for auto completion and also the convention (at least in my head) wants underscores?
What do you think @o-ba ?
Cheers, Josef
Hi @josefglatz, could you please specify which folder you're referring to? Thanks, Oli
packages/ or the default of make src/extensions.
My package vendorname/foo-bar with extension-key "foo_bar" has a folder named src/extensions/foo-bar instead of src/extensions/foo_bar.
Oke, thanks for the clarification. For this case we should allow to specify an alternative extension target in the make:extension command.