Installation guide
- Clone the repo to a suitable place
- Edit your bashrc or zshrc and add the location to your path, for example:
export PATH="/Users/OscarEvertsson/Programming/Software-Evolution-Dev-Tool:$PATH"
- Restart your shell
- Make sure you have python3 installed.
- run
pip3 install requests
Usage
- Make sure you have sonar-cube running
- Open a terminal and run
super-mega-devtool
- (Optional) If you want to compare your changes to the last commit done run
super-mega-devtool -gs
, this assumes you're in a git project.