Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nisaacson/nodejs-man
Open browser to node.js core documentation page
https://github.com/nisaacson/nodejs-man
Last synced: about 1 month ago
JSON representation
Open browser to node.js core documentation page
- Host: GitHub
- URL: https://github.com/nisaacson/nodejs-man
- Owner: nisaacson
- Created: 2013-12-16T01:12:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-16T01:14:46.000Z (almost 11 years ago)
- Last Synced: 2024-10-10T12:00:02.710Z (about 1 month ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodejs-man
Open a web browser to the node.js documentation about a given word
# Installation
Install globally with npm so that the `nodejs-man` command is available.
```bash
npm install -g nodejs-man
```# Usage
Call `nodejs-man` as a binary, passing in a single argument of the term you want to lookup on the nodejs.org/api website.
```bash
nodejs-man
```For example to lookup the `stream` page, execute
```bash
nodejs-man stream
```# License
MIT