Details
Jenerator is a dummy/scaffold for generator for Joomla! extensions. It follows a Nooku style structure and generates extensions that can be symlinked automatically using the Nooku Symlinker.
Currently generates components but the rest of the extension types are planned.
Installation and Usage
Install:
$ gem install jenerator
To list available generators run
$ jenerator
To generate an extension just past a name
$ jenerator component helloworld
To get help for a generator run:
$ jenerator generator_name -h
e.g
$ jenerator component -h