Norbert de Langen 9457013827
Merge branch 'next' into future/base
# Conflicts:
#	lib/components/package.json
2022-06-14 13:10:11 +02:00
..
2022-06-14 13:10:11 +02:00
2021-06-11 18:48:27 +08:00
wip
2022-05-25 14:15:10 +02:00

Storybook CSF Tools

An experimental library to read, analyze, transform, and write CSF programmatically.

  • Read - Parse a CSF file with Babel
  • Analyze - Extract its metadata & stories based on the Babel AST
  • Write - Write the AST back to a file

It can can parse MDX into CSF.

Coming soon:

  • Transform - Update the AST to add/remove/modify stories & metadata (TODO)