Adding angular to the cli generator

Signed-off-by: Carlos Vega <clmvega@gmail.com>
This commit is contained in:
Carlos Vega 2017-08-01 14:53:18 -06:00 committed by Norbert de Langen
parent aec73db8c1
commit a01752ef05

View File

@ -158,6 +158,13 @@ switch (projectType) {
.then(end);
break;
case types.ANGULAR:
// eslint-disable-next-line
require('../generators/ANGULAR')
.then(commandLog('Adding storybook support to your "Angular" app'))
.then(end);
break;
default:
paddedLog(`Unsupported Project type. (code: ${projectType})`);
paddedLog('Visit https://storybook.js.org for more information.');