hyperterm-install-devtools

1.1.0 • Public • Published

hyperterm-install-devtools

Install DevTools extension via Chrome Web Store on HyperTerm, used electron-devtools-installer.

Screenshot

Use React Developer Tools on web page (Open DevTools by hyperterm-open-devtools)

Install

Add hyperterm-install-devtools to the plugins list in your ~/.hyperterm.js config file.

Config of install extensions

You can set installDevTools in ~/.hyperterm.js config file:

config: {
  ...
  installDevTools: {
    extensions: [
      'REACT_DEVELOPER_TOOLS',
      'REDUX_DEVTOOLS'
    ],
    forceDownload: false
  }
}

You need restart app to apply the config.

See What extensions can I use for more information.

License

MIT

Dependents (0)

Package Sidebar

Install

npm i hyperterm-install-devtools

Weekly Downloads

1

Version

1.1.0

License

MIT

Last publish

Collaborators

  • jhen0409