Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 429 Bytes

File metadata and controls

16 lines (10 loc) · 429 Bytes

English | 中文

Introduction

This sample demonstrates how to build an extension script through the webpack project, by installing the third-party dependency cheerio to parse the html content, it finally realizes an extension that can download all contributor avatars of a specified github repository.

  • Showcase

Build

npm install
npm run build