Hi, in my app i want to write stories modules according to CSF but without Storybook.
I want to parse my stories files and get some info:
- title
- parameters
- story names
- story source code
- story parameters
- ...
Currently i use babel parser and just search some basic data.
Is there any official parser for it?
Hi, in my app i want to write stories modules according to CSF but without Storybook.
I want to parse my stories files and get some info:
Currently i use babel parser and just search some basic data.
Is there any official parser for it?