electron-devtools-installer

  • Version 3.2.0
  • Published
  • 25.7 kB
  • 4 dependencies
  • MIT license

Install

npm i electron-devtools-installer
yarn add electron-devtools-installer
pnpm add electron-devtools-installer

Overview

An easy way to install Dev Tools extensions into Electron applications

Index

Variables

variable ANGULARJS_BATARANG

const ANGULARJS_BATARANG: ExtensionReference;

    variable APOLLO_DEVELOPER_TOOLS

    const APOLLO_DEVELOPER_TOOLS: ExtensionReference;

      variable BACKBONE_DEBUGGER

      const BACKBONE_DEBUGGER: ExtensionReference;

        variable CYCLEJS_DEVTOOL

        const CYCLEJS_DEVTOOL: ExtensionReference;

          variable EMBER_INSPECTOR

          const EMBER_INSPECTOR: ExtensionReference;

            variable JQUERY_DEBUGGER

            const JQUERY_DEBUGGER: ExtensionReference;

              variable MOBX_DEVTOOLS

              const MOBX_DEVTOOLS: ExtensionReference;

                variable REACT_DEVELOPER_TOOLS

                const REACT_DEVELOPER_TOOLS: ExtensionReference;

                  variable REDUX_DEVTOOLS

                  const REDUX_DEVTOOLS: ExtensionReference;

                    variable VUEJS_DEVTOOLS

                    const VUEJS_DEVTOOLS: ExtensionReference;

                      variable VUEJS3_DEVTOOLS

                      const VUEJS3_DEVTOOLS: ExtensionReference;

                        Functions

                        function install

                        install: (
                        extensionReference:
                        | ExtensionReference
                        | string
                        | Array<ExtensionReference | string>,
                        options?: ExtensionOptions | boolean
                        ) => Promise<string>;
                        • Parameter extensionReference

                          Extension or extensions to install

                          Parameter options

                          Installation options

                          Returns

                          A promise resolving with the name or names of the extensions installed

                        Package Files (1)

                        Dependencies (4)

                        Dev Dependencies (18)

                        Peer Dependencies (0)

                        No peer dependencies.

                        Badge

                        To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

                        You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/electron-devtools-installer.

                        • Markdown
                          [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/electron-devtools-installer)
                        • HTML
                          <a href="https://www.jsdocs.io/package/electron-devtools-installer"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>