/gnome-shell-extension-github-integration

GitHub integration for the Gnome 3 desktop environment.

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

Gnome 3 Github Integration Extension

This is a plugin to integrate GitHub notifications and repositories into the Gnome 3 desktop environment.

Build Status

Building

To build the extension run the following commands. The built version will be placed in dist/.

$ npm i
$ npm run build

Developing

To watch on the source files and rebuild every time anything changes run the following commands. The built version will be placed in dist/.

$ npm i
$ npm run dev