eduardconstantin / storybook-gpt

Storybook GPT is a web application for generating Storybook stories from React components using OpenAI API
https://storybook-gpt.vercel.app
MIT License
25 stars 17 forks source link

[Feature] CLI - Scan my project, generate stories, write to filesystem #14

Closed etnlbck closed 1 year ago

etnlbck commented 1 year ago

This might be more of an Epic than a feature. The idea of copying and pasting via the browser is nice. But maybe there's an opportunity to add a standalone CLI with vite, webpack, CI/CD integrations.

eduardconstantin commented 1 year ago

I already have a CLI with this feature https://github.com/eduardconstantin/storybook-genie

If you think it can be improved add some issues.

etnlbck commented 1 year ago

@eduardconstantin Sweet! I'll take a look. Thanks.