We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Storybook] is very common and useful tool. We want to add this feature to our component generator.
Add a flag for creating storybook file under the component folder. The component name should written like this {{name}}.stories.{{language}}.
{{name}}.stories.{{language}}
Important note. Please check if the user's package.json contains storybook dependency. (Show warning)
package.json
The text was updated successfully, but these errors were encountered:
tzachbon
No branches or pull requests
🙋 Feature Request
[Storybook] is very common and useful tool.
We want to add this feature to our component generator.
🤔 Expected Behavior
Add a flag for creating storybook file under the component folder.
The component name should written like this
{{name}}.stories.{{language}}
.Important note.
Please check if the user's
package.json
contains storybook dependency. (Show warning)The text was updated successfully, but these errors were encountered: