MCPcopy Index your code
hub / github.com/npmx-dev/npmx.dev / teamCreate

Function teamCreate

cli/src/npm-client.ts:452–458  ·  view source on GitHub ↗
(
  scopeTeam: string,
  options?: ExecNpmOptions,
)

Source from the content-addressed store, hash-verified

450}
451
452export async function teamCreate(
453 scopeTeam: string,
454 options?: ExecNpmOptions,
455): Promise<NpmExecResult> {
456 validateScopeTeam(scopeTeam)
457 return execNpm(['team', 'create', scopeTeam], options)
458}
459
460export async function teamDestroy(
461 scopeTeam: string,

Callers 1

executeOperationFunction · 0.90

Calls 2

validateScopeTeamFunction · 0.85
execNpmFunction · 0.85

Tested by

no test coverage detected