Mohammad Asif cf937194cb Removed un-waned things 1. 6 ヶ月 前
..
dist cf937194cb Removed un-waned things 1. 6 ヶ月 前
node_modules cf937194cb Removed un-waned things 1. 6 ヶ月 前
README.md cf937194cb Removed un-waned things 1. 6 ヶ月 前
jest.config.js cf937194cb Removed un-waned things 1. 6 ヶ月 前
package.json cf937194cb Removed un-waned things 1. 6 ヶ月 前

README.md

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)