Create and manage teams (squads) using Hubot.
npm install hubot-squads:cat2: Create and manage teams (squads) using Hubot. Based on hubot-team.
Add hubot-squads to your package.json file:
``json`
"dependencies": {
...
"hubot-squads": "latest"
}
Add hubot-squads to your external-scripts.json:
`json`
["hubot-squads"]
Run npm install hubot-squads
Some commands require an 'admin' role to be run (i.e. clear team list).
Use hubot-auth to specify admins.
`hubot-keys
hubot create squad
hubot (delete|remove) squad
hubot (list|show) squads - list all existing squads
hubot add (me|
hubot remove (me|
hubot (list|show) squad
hubot (list|show) squad ``
hubot (empty|clear) squad
----