1NPM-REPO(1)                                                        NPM-REPO(1)
2
3
4

NAME

6       npm-repo - Open package repository page in the browser
7

SYNOPSIS

9         npm repo [<pkg>]
10

DESCRIPTION

12       This  command  tries  to  guess  at  the likely location of a package's
13       repository URL, and then tries to open it using  the  --browser  config
14       param.  If  no  package  name  is  provided, it will search for a pack‐
15       age.json in the current folder and use the name property.
16

CONFIGURATION

18   browser
19       · Default: OS X: "open", Windows: "start", Others: "xdg-open"
20
21       · Type: String
22
23
24       The browser that is called by the npm repo command to open websites.
25

SEE ALSO

27       · npm help docs
28
29       · npm help config
30
31
32
33
34
35                                 October 2019                      NPM-REPO(1)
Impressum