[TYPO3-ect] TER client ext inspired by git
Elmar
t3elmar at googlemail.com
Fri Mar 15 19:00:06 CET 2013
Hallo extension maintainers,
For your interst:
I am currently working on a commandline client for TER. It will be independent from any T3 installation itself.
The command syntax is strongly inspired by git and vagrant, something like this:
ext help
ext username
ext username ter_name
ext version
ext version 1.2.3
ext status
ext status alpha
ext upload password
ext dependencies
ext terversion
The tool autodetects the context of its extension. It reads and writes to ext_emconf.php.
These are independent from context:
ext ter version ext_key
ext ter download ext_key
ext ter download ext_key 1.2.3
ext ter delete ext_key 1.2.3 ter_name password
It is written in PHP and will have an architecture, that makes it easy to exend by user contributed modules.
I maintain it on github to facilitate contribution.
The module framework is Cool: https://github.com/t3elmar/Cool
Ext is just a module using this framwork: https://github.com/t3elmar/Ext
Backend functionality and proof of concept rely on https://github.com/t3elmar/Typo3ExtensionUtils from Tobias Liebig.
Regards
Elmar
More information about the TYPO3-team-extension-coordination
mailing list