Merge Commands from Typo3ExtensionUtils into coreapi
Konafets opened this issue · 3 comments
There is another CLI tool from Elmar Hinz at https://github.com/t3elmar/Typo3ExtensionUtils.git. Try to figure out which command we can use and merge the command into coreapi.
There is also an enhanced version based on SF console at https://github.com/czenker/Typo3ExtensionUtils/blob/dev-2.0
Actually the Elmars version of the Typo3ExtensionUtils is based on my https://github.com/etobi/Typo3ExtensionUtils :-).
It was intended to have a separated tool without any dependencies to teh Core. However that should not stop you to integrate the commands in EXT:coreapi, too.
And you definitely want to check czenkers 2.0-refactoring (https://github.com/czenker/Typo3ExtensionUtils/tree/dev-2.0) as it is a much cleaner implementation. Although i'm not sure if it's finished.
Ok, thanks for clarification.
I am right now investigate the version from czenker. Mainly the integration of SF console. But there are overlapping targets with typo3cms from @helhum. I discussed the integration of SF console with Felix and we came to the conclusion that this should integrate into core or typo3cms. ext:coreapi should just provide a library of commands. That is at least my current understanding of coreapi.
Yes, mine too :-)
SF.Console as replacement for the Cli Dispatcher for the core would be awesome, but is definitely a different task (I suggested that as GSoC project once. However no one did it yet. That's totally another story).