Socket
Socket
Sign inDemoInstall

elaunch-plugin-devdocs

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elaunch-plugin-devdocs

devdocs.io plugin for ELaunch


Version published
Weekly downloads
3
increased by200%
Maintainers
1
Weekly downloads
 
Created
Source

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: {
      script: `./node_modules/electron-plugin-devdocs/index.js`,
      command: {
        doc: {}
      }
    }
  }
}

see more about ELaunch config.

Screen Capture

Keywords

FAQs

Package last updated on 28 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc