Skip to content

show notifications of the specific state of extension that are currently in development and reload the extension after the build

Notifications You must be signed in to change notification settings

AnushkaMadushanka/auto-extension-reloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

this plugin allows developers to see the current status of the building process of their specific extension. get notification when the status change and it will reload the extension after a build

Installation

  1. Install the Auto Extension Reloader first
  2. npm i auto-extension-reloader --save-dev
const AutoExtensionReloader = require('auto-extension-reloader')
...
module.exports = {
    ...
    plugins: [new AutoExtensionReloader({
        port: 8890,
        extensionId: 'igkbfpignjgfhmlialplgjbidahfcckk'
    })]
}

Options

Auto Extension Reloader supports 2 options

  • extensionId (required) - Extension Id of the developers extension
  • port (optional) - Port for the Auto Extension Reloader extension to connect (Defaults to 8890)

About

show notifications of the specific state of extension that are currently in development and reload the extension after the build

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published