add 'rich' option for component generator

This commit is contained in:
Yonatan Schreiber
2015-04-15 01:18:58 +03:00
parent 7242c7030f
commit 9e7503bc10
2 changed files with 17 additions and 2 deletions
+3
View File
@@ -10,8 +10,11 @@ util.inherits(ComponentGenerator, ScriptBase);
ComponentGenerator.prototype.createComponentFile = function createComponentFile() {
this.option('es6');
this.option('rich');
this.es6 = this.options.es6;
this.rich = this.options.rich;
console.log(this.architecture)
console.log('Creating a component');