Maiker is an AI-powered coding project generator that uses OpenAI's GPT-3.5 to generate entire code projects from a user-provided prompt.

This is the command line version of the maiker vscode extension
- Generates entire code projects based on user-provided prompts
- Uses OpenAI's ChatGPT-3.5 model for code generation
- Outputs code to a local project directory
-
Install the CLI globally:
pip install git+https://github.com/lusob/maiker-cli.git. -
Set your OpenAI API key:
export OPENAI_API_KEY="<your-open-api-key>". -
Use the
maikercommand to generate a code project from a user-provided prompt, for example:maiker "a snake game using just html and js"; open maiker-generated-project/index.html
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
BSD 3-Clause "New" or "Revised" License