Lines Matching defs:branch
32 ### Install
36 ### Contributing
51 ### API
53 #### <a name="opts"></a> `opts` for `libnpmteam` commands
67 #### <a name="create"></a> `> team.create(team, [opts]) -> Promise`
74 ##### Example
81 #### <a name="destroy"></a> `> team.destroy(team, [opts]) -> Promise`
86 ##### Example
93 #### <a name="add"></a> `> team.add(user, team, [opts]) -> Promise`
97 ##### Example
104 #### <a name="rm"></a> `> team.rm(user, team, [opts]) -> Promise`
108 ##### Example
115 #### <a name="ls-teams"></a> `> team.lsTeams(scope, [opts]) -> Promise`
119 ##### Example
132 #### <a name="ls-teams-stream"></a> `> team.lsTeams.stream(scope, [opts]) -> Stream`
138 ##### Example
152 #### <a name="ls-users"></a> `> team.lsUsers(team, [opts]) -> Promise`
158 ##### Example
169 #### <a name="ls-users-stream"></a> `> team.lsUsers.stream(team, [opts]) -> Stream`
175 ##### Example