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

explore.md « doc - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6f764d174ed587aee9af6af43ec22f2e1170570d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
npm-explore(1) -- Browse an installed package
=============================================

## SYNOPSIS

    npm explore <name>[@<version>] [<cmd>]

## DESCRIPTION

Spawn a subshell in the directory of the installed package specified.

If a command is specified, then it is run in the subshell, which then
immediately terminates.

Note that the package is *not* automatically rebuilt afterwards, so be
sure to use `npm rebuild <pkg>` if you make any changes.