devdocs.io plugin for ELaunch
npm install electron-plugin-devdocsAt first, you need have ELaunch installed.
Then, run commands below:
``sh`
cd ~/.ELaunch
npm i elaunch-plugin --save
or
`sh`
cd ~/.ELaunch
mkdir node_modules
cd node_modules
git clone --depth 1 https://github.com/zaaack/elaunch-plugin-devdocs.git~/.ELaunch/config.js
Then, edit your ELaunch config file (path: ),`
add this plugin in plugins field, something like this:js./node_modules/electron-plugin-devdocs/index.js
module.exports = {
//... other config fields
plugins: {
//... config for other plugins
devdocs: {
script: ,``
command: {
doc: {}
}
}
}
}
see more about ELaunch config.