Added architecture option for Alt (http://alt.js.org), actions and stores

This commit is contained in:
TLO
2015-05-20 12:33:38 +02:00
parent 9fd0f0ae54
commit 0b732e1a7c
8 changed files with 53 additions and 3 deletions
+3
View File
@@ -24,6 +24,9 @@ ActionGenerator.prototype.createActionFile = function createActionFile() {
case 'reflux':
actionTemplate = 'RefluxAction';
break;
case 'alt':
actionTemplate = 'AltAction';
break;
}
console.log('Creating ' + this.architecture + ' action');