var Generator = module.exports = function Generator() {
    ScriptBase.apply(this, arguments);

    this.sourceRoot(path.join(__dirname, '../templates'));