# hubot-iteration-script

A hubot script that gives useful information about Agile iterations.

See [`src/iteration-script.coffee`](src/iteration-script.coffee) for full documentation.

## Installation

In hubot project repo, run:

`npm install hubot-iteration-script --save`

Then add **hubot-iteration-script** to your `external-scripts.json`:

```json
[
  "hubot-iteration-script"
]
```

## Sample Interaction

```
user1>> hubot hello
hubot>> hello!
```

## NPM Module

https://www.npmjs.com/package/hubot-iteration-script
