node-search
v0.0.5
Published
Node.js api search cli
Maintainers
Readme
node-search
Quick tool for search in Node API docs from command line, built with nodejs.
Install
npm install -g node-searchUsage
nodeapi [options] [command] <query>Commands:
openopens the first search result in the browser. If open is not specified, results are listed.
Options
-o,--opensame asnodeapi open.-p,--pageresult's page. Defaults to 1.-l,--limitresults per page. Defaults to 5.-v,--verboseIf set, shows a fragment of the result descriptions.
Examples
List a few results:
nodeapi fs readWith description
nodeapi -v fsOpen the first result:
nodeapi open buffer