This project is a small exercise in code generation using Python via a command line interface.
This project will currently only focus on working with single file creation, editing, reviewing, and refactoring. Maybe I will extend it t another time.
- Create a simple command line interface
- Implement basic file creation
- Implement editing command
- Apply edits
- Implement review command
- Implement refactor command
- Write code to apply edits
- Write code to display review