This is a browser extension for comparing GitHub repositories. The project is still in progress but not actively being developed.
The Github Repo Comparer extension lets you compare Github repositories in a table format, showing their Stars, Forks, Issues, creation date, and latest update date.
- Get project running
# Clone repository
git clone https://github.com/wxharry/github-repo-comparer.git
# Change to project directory
cd github-repo-comparer
# Install dependencies
pnpm install
# Start development server
pnpm run dev
# DONE- Open the Extensions Management page:
- Open Google Chrome
- Click on the three dots in the upper right corner to open the menu. Go to More tools > Extensions
- Alternatively, you can type
chrome://extensions/into the address bar and press Enter
- Enable Developer Mode:
- Find the "Developer mode" toggle switch in the top right corner
- Click to turn on Developer Mode.
- Load local extension project:
- Click on the "Load unpacked button"
- Navigate to the directory of
<YOUR_PROJECT_FOLDER>/github-repo-comparer/build/chrome-mv3-dev. Select the folder and click Open
Feel free to pick up any issue and create a pull request.
This project is licensed under the [Your License Name] License - see the LICENSE.md file for details.
To ensure a welcoming and inclusive environment for all our contributors and participants, we adhere to a Code of Conduct. Please read our Code of Conduct before participating in the project.