gcamp / refined-github-safari

Safari extension that simplifies the GitHub interface and adds useful features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refined GitHub

Safari extension that simplifies the GitHub interface and adds useful features

This is a Safari version of Refined Github, you can build it with Gulp or download it ready to be installed in the Releases section.

Installation

  • You can install the extension directly downloading it from the Releases.
  • You can also build it yourself but you'll need a Safari Developer Membership to install it on Safari.

Build

Dependencies

  • npm

First clone the repository

git clone https://github.com/fantattitude/refined-github-safari

Then enter in the project folder and install needed dependencies

cd refined-github-safari
npm install

And finally you can build the project using the following command

gulp build

The tmp folder will contain the .safariextension folder which can be installed using Extension Builder.

Credits

All credits for Refined Github goes to its original creator Sindre Sorhus.

The gulp script is highly inspired by Octotree's build script because I'm terrible at automating javascript.

About

Safari extension that simplifies the GitHub interface and adds useful features


Languages

Language:JavaScript 100.0%