Eduard-Constantin Ibinceanu
Eduard-Constantin Ibinceanu
**Description** The CLI currently only supports JS files, which limits the users who want to use TypeScript for their projects. **Describe the solution you'd like** The tool should support both...
**Description** Currently, the tool allows the users to select one file that can generate a story from. **Describe the solution you'd like** The user should be able to select if...
**Is your feature request related to a problem? Please describe.** This web app doesn't have any unit test written. **Describe the solution you'd like** Use jest to write some unit...
The exit icon seems to have been squashed and it needs to be replaced. It was supposed to be this one: ⓧ 
**Description** A free alternative to generate the stories would be useful. Right now the cli uses only the OpenAI SDK. **Describe the solution you'd like** The cli tool should ask...
**Is your feature request related to a problem? Please describe.** Someone said that the x icon from the selection input is misleading and it should be changed to something more...
**Is your feature request related to a problem? Please describe.** The useResults test file does not have types **Describe the solution you'd like** Change the file type from .js to...
The app uses only OpenAI API to generate the storybook stories, so the user has to add the OpenAI API key to use it. It would be useful to have...
### Which issue(s) does this pull-request address? Closes: #74 ### Description Added index.html to docs folder to render documentation using docsify. Added Readme.md as homepage. Added _sidebar.md to have a...