Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 540 Bytes

README.md

File metadata and controls

51 lines (32 loc) · 540 Bytes

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