1.2.0 • Published 8 years ago

github-todo-status v1.2.0

Weekly downloads
388
License
ISC
Repository
github
Last release
8 years ago

Adds a github status check for inline todos

The module automatically creates a html page and uploads it to s3.

# on master branch
github-todo-status push-base \
    --base=master \
    --s3.key=key \
    --s3.secret=secret \
    --s3.bucket=bucket

# on pr branch
github-todo-status check \
    --base=master \
    --s3.key=key \
    --s3.secret=secret \
    --s3.bucket=bucket \
    --github.token=token \
    --github.user=user \
    --github.repo=repo \
    --github.sha=sha

TODO:

  • Filter for files in the current pull request and group them
  • Write tests
1.2.0

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago