A simple slush generator for Joomla templates
Install slush-joomla
globally:
$ npm install -g slush-joomla
Remember to install slush
globally as well, if you haven't already:
$ npm install -g slush
create a new directory inside the templates directory of your joomla installation:
In path/to/joomla/templates/
$ mkdir myproject && cd myproject
Run the generator from within the new folder:
$ slush joomla
Lincensed under The MIT License (MIT)