Welcome to mirror list, hosted at ThFree Co, Russian Federation.

docs.md « doc - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c3f613deff619d873f609edf6d2636225203a7f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
npm-docs(1) -- Docs for a package in a web browser maybe
========================================================

## SYNOPSIS

    npm docs <pkgname>

## DESCRIPTION

This command tries to guess at the likely location of a package's
documentation URL, and then tries to open it using the `--browser`
config param, which defaults to `"open"` because that works on a mac.

This is an experimental command.  It may disappear or change radically.