LinuxCommandLibrary

npm-owner

manages package ownership

TLDR

List package owners

$ npm owner ls [package-name]
copy
Add owner
$ npm owner add [username] [package-name]
copy
Remove owner
$ npm owner rm [username] [package-name]
copy

SYNOPSIS

npm owner [command] [options]

DESCRIPTION

npm owner manages package ownership. Controls who can publish updates.
The command modifies maintainers. Requires current owner privileges.

PARAMETERS

COMMAND

Owner subcommand.
ls PKG
List owners.
add USER PKG
Add owner.
rm USER PKG
Remove owner.
--help
Display help information.

CAVEATS

Requires authentication. Owner can add/remove others. Affects publishing rights.

HISTORY

npm owner provides maintainer management for controlling package publishing access.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community