I’m considering using Storybook in Angular project. I want to generate story file for each component, but it is bothersome to make story file manually. So I want to generate story file automatically when I generate component. For that, I can restrict component generation from the cli.(ng generate component)
This is problem about command. So Angular schematics or script in package.json may be relevant.