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

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


## SYNOPSIS

    npm publish <tarball-url>

## DESCRIPTION

Publishes a tarball containing a package to the npm registry.

When installation from the registry is supported, this will be much more
relevant.