Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.43 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.43 KB

devgib-logo

DevGib is a Chrome extension that analyzes the quality and popularity of programming-related links (e.g.: Github repositories, StackOverflow questions) before accessing them.

Contributing

Found a bug? Miss a feature? Want to add another ranked service to DevGib? Contribute by opening issues or pull requests.

Grunt

DevGib uses grunt for building the extension. In order to use Grunt you need to:

  1. Install the grunt-cli by running sudo npm install -g grunt-cli.
  2. Install the npm dependencies by running npm install from the root folder.

Compile

To compile and preprocess the source files go into the root folder and run grunt.

Watch

During development it is very useful to have a background task that monitors any changes to the source files and compiles and preprocess them on the fly. You can do that by running grunt watch.

Libraries used