Skip to content

tokku5552/github-language-extension

Repository files navigation

GitHub Language Extension

GitHub Language Stats Extension(Chrome Extension)

image

Prerequisites

  • versions
runtime version
node v18.12.1
npm 8.19.2
yarn 1.22.19

Option

Setup

yarn install

Build

yarn build

Build in watch mode

yarn watch
  • delete webpack cache
yarn cache clean

Load extension to chrome

Load dist directory

Test

npx jest or yarn test