Create and manage team members using Hubot.
npm install catops-teams:cat: Create and manage team members using Hubot. Based on hubot-team.
Add catops-teams to your package.json file:
``json`
"dependencies": {
...
"catops-teams": "latest"
}
Add catops-teams to your external-scripts.json:
`json`
["catops-teams"]
Run npm install catops-teams
Some commands require an 'admin' role to be run (i.e. clear team list). TheHUBOT_TEAM_ADMIN
admins can be specified through the environment variable,
as a comma separated list of usernames.
```
hubot create team
hubot (delete|remove) team
hubot (list|show) teams - list all existing teams
hubot add (me|
hubot remove (me|
hubot (list|show) team
hubot (empty|clear) team
----