pmGPT is a CLI application that uses GPT-4 to generate a project management plan based on a project description into one or more tasks.
pip install -r requirements.txtdocker build -t pmgpt .- Download the latest release from here
- Extract the zip file
- Run
pmgpt.exe
- Download the latest release from here
- Extract the tar.gz file
- Run
pmgpt
Note: You can also add the executable to your PATH
python -m cli.main --helpdocker run -it --rm pmgpt --helppmgpt.exe --helppmgpt --helpYou will need to create a OpenAI API Key. You will be prompted to enter your API key when you run the application for the first time.
You can create tasks from a project description by running:
pmgpt task new "Create a CLI application that uses GPT-4 to generate a project management plan based on a project description into one or more tasks."You can see all the tasks by running:
pmgpt task listYou can see the details of a task by running:
pmgpt task show 1