node-search

0.0.5 • Public • Published

node-search

Quick tool for search in Node API docs from command line, built with nodejs.

Install

npm install -g node-search

Usage

nodeapi [options] [command<query>

Commands:

  • open opens the first search result in the browser. If open is not specified, results are listed.

Options

  • -o, --open same as nodeapi open.
  • -p, --page result's page. Defaults to 1.
  • -l, --limit results per page. Defaults to 5.
  • -v, --verbose If set, shows a fragment of the result descriptions.

Examples

List a few results:

nodeapi fs read

With description

nodeapi -v fs

Open the first result:

nodeapi open buffer

/node-search/

    Package Sidebar

    Install

    npm i node-search

    Weekly Downloads

    3

    Version

    0.0.5

    License

    MIT

    Last publish

    Collaborators

    • ezakto