add new chinese translations
This commit is contained in:
28
pages.zh/common/npm-team.md
Normal file
28
pages.zh/common/npm-team.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# npm 团队
|
||||
|
||||
> 管理 `npm` 注册表中组织的团队。
|
||||
> 更多信息:<https://docs.npmjs.com/cli/commands/npm-team>。
|
||||
|
||||
- 将用户添加到组织中的团队:
|
||||
|
||||
`npm team add {{organization:team}} {{username}}`
|
||||
|
||||
- 从团队中移除用户:
|
||||
|
||||
`npm team rm {{organization:team}} {{username}}`
|
||||
|
||||
- 在组织中创建新团队:
|
||||
|
||||
`npm team create {{organization:team}}`
|
||||
|
||||
- 从组织中删除团队:
|
||||
|
||||
`npm team destroy {{organization:team}}`
|
||||
|
||||
- 列出组织中的所有团队:
|
||||
|
||||
`npm team ls {{organization}}`
|
||||
|
||||
- 列出特定团队中的所有用户:
|
||||
|
||||
`npm team ls {{organization:team}}`
|
Reference in New Issue
Block a user