Skip to content

zaaack/elaunch-plugin-devdocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elaunch-plugin-devdocs

This is a plugin for ELaunch to search document in https://devdocs.io extremly fastly.

Usage

At first, you need have ELaunch installed. Then, run commands below:

cd ~/.ELaunch
npm i elaunch-plugin-devdocs --save

or

cd ~/.ELaunch
mkdir node_modules
cd node_modules
git clone --depth 1 https://github.com/zaaack/elaunch-plugin-devdocs.git

Then, edit your ELaunch config file (path: ~/.ELaunch/config.js), add this plugin in plugins field, something like this:

module.exports = {
  //... other config fields
  plugins: {
    //... config for other plugins
    devdocs: {
      path: `./node_modules/electron-plugin-devdocs`,
      command: {
        doc: {}
      }
    }
  }
}

see more about ELaunch config.

Screen Capture

About

devdocs plugin for ELaunch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors