Chrome Extension that gives a repository a score based on its health, activity, and growth.
# Watch through webpack to update source continuously
gulp serve
# Make a production version extension
gulp build
# Run all tests
npm test
To test, go to: chrome://extensions, enable Developer mode and load app as an unpacked extension.
Need more information about Chrome Extension? Please visit Google Chrome Extension Development
Builds the extension through webpack, you can manage build configuration in webpack.dev.js or webpack.prod.js.
# Make a production version extension on dist folder
gulp build
# Make a development version extension on temp folder
gulp build:dev
Run this command to build the gitscore Extension.
gulp build
You can also distribute the compressed file using the Chrome Developer Dashboard at Chrome Web Store. This command will compress your app built by gulp build
command.
gulp package
Just send a Pull Request and we will review it. Make sure it tackles an Issue. If it doesn't, create the Issue first.