1.1.0 • Published 9 years ago
hyperterm-install-devtools v1.1.0
hyperterm-install-devtools
Install DevTools extension via Chrome Web Store on HyperTerm, used electron-devtools-installer.

Use React Developer Tools(react developer tools not working) 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.