/pretty-github

Github Source Code Prettifier, a Chrome Extension

Primary LanguageCoffeeScript

Pretty Github Chrome Extension

Stories in Ready Dependency Status

A prettifier for source code on github, along the lines of pretty-mode.

Installation

This extension requires node v0.8 or later.

git clone git@github.com:akatov/pretty-github.git
cd pretty-github
npm install

Development

grunt build
open chrome://extensions/

Make sure Developer mode is active, click on Load unpacked extension... and select the build/dev subdirectory of your current directory.

Release

ENV=prod grunt build

Contributing

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Added some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request