b13 / make

Kickstarter CLI tool for various TYPO3 functionalities
GNU General Public License v2.0
44 stars 7 forks source link

Folder name in source target is dashed (underscores are needed) #43

Open josefglatz opened 1 year ago

josefglatz commented 1 year ago

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

o-ba commented 1 year ago

Hi @josefglatz, could you please specify which folder you're referring to? Thanks, Oli

josefglatz commented 1 year ago

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.

o-ba commented 1 year ago

Oke, thanks for the clarification. For this case we should allow to specify an alternative extension target in the make:extension command.