Create a Readme based on the file tree structure of the current workspace (Needs configure the api key first)
Show Api
Shows the current api token configured
Set Api Token
Set a new Api Token to use
Reset Api Token
Delete any api token configured on VsCode
Get Current Dir
An util command that shows the current dir of the workspace
How it works
The smart readme is an extension for VSCode that uses Generative Language to create a template to start your readme.
At first, it will collect an API key that you need to use. So, after configuring your API key, it will read the entire file tree in the workspace to create a JSON string that will be sent to Gemini AI Generative Language, which will return a markdown file with all the text based on the file tree of your workspace. After that, the extension will collect the text and save it to a new file, Readme.md, created in your workspace.