Skip to content

lusob/maiker-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Maiker

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. maiker-cli

This is the command line version of the maiker vscode extension

Watch the Presentation generation demo

Features

  • Generates entire code projects based on user-provided prompts
  • Generates entire slide presentations based on user-provided prompts
  • Uses OpenAI's GPT-3.5 for code generation
  • Outputs to a local project directory

Installation

  1. Install the CLI globally: pip3 install maiker.

  2. Set your OpenAI API key: export OPENAI_API_KEY="<your-open-api-key>". or adding it to the .env file (first rename the .env.example to .env)

  3. Use the maiker command 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
    

Contributing

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.

License

MIT

About

command-line utility for generating a code project from a prompt using ChatGPT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages