https://github.com/zaaack/elaunch-plugin-devdocs
devdocs plugin for ELaunch
https://github.com/zaaack/elaunch-plugin-devdocs
Last synced: about 2 months ago
JSON representation
devdocs plugin for ELaunch
- Host: GitHub
- URL: https://github.com/zaaack/elaunch-plugin-devdocs
- Owner: zaaack
- License: mit
- Created: 2016-06-28T07:58:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-30T07:56:21.000Z (almost 10 years ago)
- Last Synced: 2025-02-19T10:42:31.471Z (over 1 year ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elaunch-plugin-devdocs
This is a plugin for ELaunch to search document in extremly fastly.
## Usage
At first, you need have [ELaunch](https://github.com/zaaack/ELaunch) installed.
Then, run commands below:
```sh
cd ~/.ELaunch
npm i elaunch-plugin-devdocs --save
```
or
```sh
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:
```js
module.exports = {
//... other config fields
plugins: {
//... config for other plugins
devdocs: {
path: `./node_modules/electron-plugin-devdocs`,
command: {
doc: {}
}
}
}
}
```
see more about [ELaunch config](https://github.com/zaaack/ELaunch#config).
# Screen Capture
