npm-org

manages npm organization membership

TLDR

List org members
$ npm org ls [org-name]
Add member to org
$ npm org set [org-name] [username] [developer]
Remove member
$ npm org rm [org-name] [username]

SYNOPSIS

npm org [command] [options]

DESCRIPTION

npm org manages npm organization membership. Controls access to scoped packages.The command handles org teams. Requires org admin privileges.

PARAMETERS

COMMAND

Organization subcommand.
ls ORG
List members.
set ORG USER ROLE
Add/update member.
rm ORG USER
Remove member.
--help
Display help information.

INSTALL

sudo pacman -S npm
sudo apk add npm
brew install npm

CAVEATS

Requires npm organization. Admin access needed. Paid feature.

HISTORY

npm org provides organization management for teams sharing scoped packages.

SEE ALSO

npm(1), npm-team(1), npm-access(1)