Skip to content

Latest commit

 

History

History
executable file
·
25 lines (13 loc) · 620 Bytes

README.md

File metadata and controls

executable file
·
25 lines (13 loc) · 620 Bytes

chrome-extension-template

A template for a chrome extension, set up to use webpack, and capable of running any kind of script.

Development

This project can be developed locally by cloning the repo and editing the src directory.

npm i

builds the project, and you can then load the unpacked extension folder (the repo folder) into chrome:https://extensions

commands

npm run build:watch

this command starts webpack in watch mode and your changes will be reflect in your browser.

npm run build

this command runs and builds the extension dist.

npm run lint

this command lints the src.