mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 04:11:06 +08:00
Adding angular to the cli generator
Signed-off-by: Carlos Vega <clmvega@gmail.com>
This commit is contained in:
parent
aec73db8c1
commit
a01752ef05
@ -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.');
|
||||
|
Loading…
x
Reference in New Issue
Block a user