EddieHubCommunity / RepoRater-Chrome

Chrome extension for RepoRater

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RepoRater-Chrome

This is a chrome extension that allows you to rate github repos using repo-rater.eddiehub.io platform

build

Prerequisites

Option

Includes the following

  • TypeScript
  • Webpack
  • React
  • Jest
  • Tailwind CSS
  • DaisyUI

Project Structure

  • src/typescript: TypeScript source files
  • src/assets: static files
  • dist: Chrome Extension directory
  • dist/js: Generated JavaScript files

Setup

npm install

Import as Visual Studio Code project

...

Build

npm run build

Build in watch mode

terminal

npm run watch

Visual Studio Code

Run watch mode.

type Ctrl + Shift + B

Load extension to chrome

Load dist directory

Test

npx jest or npm run test

About

Chrome extension for RepoRater

License:MIT License


Languages

Language:TypeScript 74.2%Language:JavaScript 20.8%Language:HTML 4.4%Language:CSS 0.6%