[TYPO3-ect] TER client ext inspired by git

Xaver Maierhofer xaver.maierhofer at xwissen.info
Fri Mar 15 20:53:06 CET 2013


hi,

TYPO3 has a console in incubator
http://forge.typo3.org/projects/typo3v4-console

xaver

On Friday 15 March 2013 20:42:24 Tolleiv Nietsch wrote:
> Hi,
> 
> maybe you could integrate your work with
> https://github.com/etobi/Typo3ExtensionUtils ?
> 
> Cheers,
> Tolleiv
> 
> Elmar schrieb:
> > 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