Extract TODOs out of source code and create a status check on github.
npm install github-todo-statusThe module automatically creates a html page and uploads it to s3.
``bashon master branch
github-todo-status push-base \
--base=master \
--s3.key=key \
--s3.secret=secret \
--s3.bucket=bucket
TODO:
- Filter for files in the current pull request and group them
- Write tests