Skip to content

Chrome extension that assigns a GitHub repository a score based on its health, activity, and growth

License

Notifications You must be signed in to change notification settings

ngbravo/gitscore

Repository files navigation

Github Scoring Chrome Extension

Codacy Badge Build Status

Chrome Extension that gives a repository a score based on its health, activity, and growth.

Getting Started

# Watch through webpack to update source continuously
gulp serve

# Make a production version extension
gulp build

# Run all tests
npm test

Test Chrome Extension

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

gulp tasks

Build

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

Build and Package

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

Contributing

Just send a Pull Request and we will review it. Make sure it tackles an Issue. If it doesn't, create the Issue first.

About

Chrome extension that assigns a GitHub repository a score based on its health, activity, and growth

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •