Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.15 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.15 KB

GitHub text diff

This is Google Chrome extension sample to show the text diff of .RTF files on GitHub.

Based on chrome-extension-webpack-boilerplate and GitHub REST API.

Libraries used:

Development

  1. Install yarn if needed
  2. yarn install
  3. yarn run start
  4. Open chrome://extensions/ and check Developer mode
  5. Click on Load unpacked extension
  6. Select the build folder

Add GitHub Access token

For private repos you need to create a new GitHub Access Token:

  1. Go to https://github.com/settings/tokens
  2. Generate a new token (select repo scope)
  3. Click on extension icon and then on Add GitHub Access token

(OR Right-click on extension icon and then on Options in the dropdown menu)

  1. Enter the valid token and click on Save