logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Manage npm Teams - Organize Users | Online Free DevTools by Hexmos

Manage npm teams to control user access within your organization with npm-team. Add, remove, create, and list teams for efficient collaboration. Free online tool, no registration required.

npm-team

Manage teams in an organization on the npm registry. More information: https://docs.npmjs.com/cli/npm-team.

  • Add a user to a team in an organization:

npm team add {{organization:team}} {{username}}

  • Remove a user from a team:

npm team rm {{organization:team}} {{username}}

  • Create a new team in an organization:

npm team create {{organization:team}}

  • Delete a team from an organization:

npm team destroy {{organization:team}}

  • List all teams in an organization:

npm team ls {{organization}}

  • List all users in a specific team:

npm team ls {{organization:team}}

See Also