The GitHub Diff Explorer is a minimalist browser add-on which generates a seamless file explorer in GitHub pull requests. Currently the add-on is available in both Chrome and Firefox.
A big thanks to Andela Denaro for the logo and banner design!
This extension requires:
To test this locally in Chrome:
npm install
npm start
will run a local development copy, un-minified, with logging enabledchrome://extensions/
dist/chrome
Files Changed
tab in any repo.To build a full released version for both Chrome and Firefox:
npm install
npm run release
Bundled .zip
files and production assets will be in dist/chrome
and dist/firefox
respectively.