craftpr
v0.0.3
Published
CLI tool to streamline the process of reviewing code changes and creating a Pull Request.
Downloads
5
Readme
craftpr
Tasks
- syntax support for multiple languages
- handling binary and large files
- handling added and deleted files
- fix the diff algorithm for better diffs
- readme and docs
Planned Features
creating commits
review changes, clean up code to remove (and save) unnessary changes stage and create a commit with conventional commit message
diffing against a different branch
impl: git status + git diff to identify changed/added/deleted files. handle merge conflicts, reset commits to recreate a single clean commit, force push?
- creating prs: might come in handy to auto create or help create a PR on top of the target branch