Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
af7d165a
Commit
af7d165a
authored
Oct 03, 2018
by
Denys Dovhan
Committed by
Marc Cornellà
Oct 03, 2018
Browse files
node: add README (#7201)
parent
9b19ca28
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/node/README.md
0 → 100644
View file @
af7d165a
# node plugin
To use it, add
`node`
to the plugins array of your zshrc file:
```
zsh
plugins
=(
... node
)
```
This plugin adds
`node-docs`
function that open specific section in
[
Node.js
](
https://nodejs.org
)
documentation (depending on the installed version).
For example:
```
zsh
# Opens https://nodejs.org/docs/latest-v10.x/api/fs.html
$
node-docs fs
# Opens https://nodejs.org/docs/latest-v10.x/api/path.html
$
node-docs path
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment