https://github.com/marcbachmann/github-todo-status
Extracts TODOs out of your source code and adds the status report to your pull request
https://github.com/marcbachmann/github-todo-status
Last synced: 4 months ago
JSON representation
Extracts TODOs out of your source code and adds the status report to your pull request
- Host: GitHub
- URL: https://github.com/marcbachmann/github-todo-status
- Owner: marcbachmann
- Created: 2016-03-16T00:04:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:25:33.000Z (over 2 years ago)
- Last Synced: 2025-11-09T00:19:27.706Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adds a github status check for inline todos
The module automatically creates a html page and uploads it to s3.
```bash
# 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