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

NPM Org - Manage Organization Memberships | Online Free DevTools by Hexmos

Manage NPM organization memberships efficiently with NPM Org. Add users, change roles, and list organization members. Free online tool, no registration required.

npm-org

Manage organizations. More information: https://docs.npmjs.com/cli/npm-org.

  • Add a new user to an organization:

npm org set {{organization_name}} {{username}}

  • Change a user’s role in an organization:

npm org set {{organization_name}} {{username}} {{developer|admin|owner}}

  • Remove a user from an organization:

npm org rm {{organization_name}} {{username}}

  • List all users in an organization:

npm org ls {{organization_name}}

  • List all users in an organization, output in JSON format:

npm org ls {{organization_name}} --json

  • Display a user’s role in an organization:

npm org ls {{organization_name}} {{username}}