Maiker is a VS Code extension that generates a project based on a user prompt using OpenAI API to generate the content. 🎥 Demo April 24th 2023https://user-images.githubusercontent.com/480507/234051170-a1c227a9-e1bc-4ee9-b8c6-dbdcf5ab527d.mp4 ✨ FeaturesMaiker use an OpenAI model to generate a code project based on the user prompt. The files will be returned in separated files. ⚙️ RequirementsMaiker requires an OpenAI API key to use the OpenAI API. To get an API key, you can sign up for the OpenAI API beta program on the OpenAI website. 🛠️ InstallationTo install the maiker extension, follow these steps:
Enjoy! ⚙️ Extension SettingsThis extension contributes the following settings:
⚠️ LimitationsIt's a prototype, not polished product so it may not perform well in complex business scenarios A very intensive use can lead to high expenses, monitor your account and set API key limits to avoid scares 🐞 Known IssuesMaiker may occasionally generate incorrect or irrelevant content based on the user's input. Additionally, maiker may encounter errors when calling the OpenAI API if the API key is invalid or if there are issues with the OpenAI API service. Due to the limits of the model's context size, the generated project cannot have many lines of code, although it is still useful to create personalized boilerplates of complex projects 📝 Release Notes1.0.0Initial release of maiker. 1.1.0Added support for generating custom filenames based on user input. 1.2.0Added support for generating content for multiple files simultaneously. 👨💻 DevelopersMaiker was created by @lusob for educational and demonstration purposes. Feel free to reach out on Twitter if you have any questions or feedback! |