xrtemplate (xulrunner template) is aimed at providing an easy to setup minimal xulrunner application, with development tools. It works by unpacking an application template, and making it ready for immediate use. xrtemplate comes with a default application template, but you may use your own template if it suits you better
To install xrtemplate, unpack archive, and run setup.py install script
$ tar -zxf xrtemplate-0.1.tar.gz $ cd xrtemplate-0.1/ $ python setup.py install
To run xrtemplate, once installed, run xrtemplate myproject. It
will create a minimal (but working) xulrunner application in a directory named
"myproject" in you home directory. If you need more control over the way
xrtemplate works, run xrtemplate --help and/or reade
README.txt file provided with xrtemplate.
Licence: MPL/GPL/LGPL