crev
is a command-line tool which allows you to easily bundle your codebase into a single file and get AI code reviews. crev
helps you improve your code quality and catch bugs early right from your cli. For more information visit the website.
Video how I created it: https://youtu.be/p4JqJ8kTqRg?si=1WmR9Ga4gPCzQC-2
- Bundle your codebase into a single .txt file.
- Get AI code reviews on your bundled code.
- Cross-platform support (Linux, macOS, Windows).
- Customizable (ignore / include specific files, directories, etc).
- Written in Go.
For installation instructions and documentation, go to the official docs.
-
Bundle your codebase (saved locally as a .txt file):
crev bundle
-
Get an ai code review of this bundle (saved locally as a .md file):
crev review
For full details on usage and configuration, visit the official docs.
We welcome contributions!
For any questions, reach out to me: crevcli@outlook.com