Gothub READMELet AI help developers write code while they sleep. Right now, we have three commands that interact with each other to setup the project. GothubAI.cloneRePoThis command takes in a string of url and clone if repo does not exist in current directory. GothubAI.saveOpenAIKeyThis is self explanatory command, save the openAI key to local env for use GothubAI.savePromptMessageThis is also self descriptive command GothubAI.MainThis is where the magic happens, clones the project, saves the openAI key to local env, saves the prompt message, then invokes a function that creates a new issue on the github repo remote with the given info, the title is now "first try", and the content is now the prompt message saved earlier. Todo: test and run and see if this works? |