https://github.com/styts/github-helper
Github helper Chrome extension: hover over repo link for stats
https://github.com/styts/github-helper
chrome-extension github
Last synced: about 2 months ago
JSON representation
Github helper Chrome extension: hover over repo link for stats
- Host: GitHub
- URL: https://github.com/styts/github-helper
- Owner: styts
- License: mit
- Created: 2017-06-08T14:54:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-09T16:23:48.000Z (about 9 years ago)
- Last Synced: 2025-03-22T21:36:03.631Z (about 1 year ago)
- Topics: chrome-extension, github
- Language: JavaScript
- Size: 181 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Github Helper Chrome Extension
Hover over a github repo link for a popup with an overview of a it's vitals.
## Development
Install dependencies as usual:
yarn
Run webpack process:
yarn run start
In Chrome, either refresh the `chrome://extensions/` page or use the "Extensions Reloader" extension to reload the new code.
## Distribution
Run production build:
yarn run prod
## Credits
Used [chrome-extension-webpack-boilerplate][boil] for the project skeleton.
[boil]: https://github.com/samuelsimoes/chrome-extension-webpack-boilerplate "Boilerplate"