Skip to content

Commit fb40f96

Browse files
committed
docs: update TODO list by removing completed tasks
1 parent 3235bfd commit fb40f96

1 file changed

Lines changed: 13 additions & 14 deletions

File tree

README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,10 @@ This repository is managed by the [Package Maintenance Working Group](https://gi
1010

1111
## Example
1212

13-
https://expressjs.github.io/statusboard/
13+
Example statusboards using `@pkgjs/statusboard`:
1414

15-
## TODO
15+
- <https://expressjs.github.io/statusboard/> - [Github](https://github.com/expressjs/statusboard)
1616

17-
- Cli logger
18-
- ~~Pull commit activity~~
19-
- ~~Clean up template~~
20-
- `create` command to setup a new project
21-
- ~~GH actions for building/publishing ([see express](https://github.com/expressjs/statusboard/blob/1de8da96746deb1952ecc0c22427f81083e022c9/.github/workflows/build.yml))~~ https://github.com/pkgjs/gh-pages
22-
- Contribution graph like on github
23-
- Meetings page (pull tag "meeting")
24-
- ~~Orginizations (pull all repos from an org)~~
25-
- Typescript support (load typings or if authored in TS)
26-
- People/Teams (specify and display teams, for example the express TC)
27-
- GH CI status
28-
- Pinned projects
2917

3018
## Setup
3119

@@ -65,3 +53,14 @@ $ npm run build
6553
# commit and push the branches now
6654
$ cd build && git add . && git commit -m "our new statuspage" && git push
6755
```
56+
57+
## TODO
58+
59+
- Cli logger
60+
- `create` command to setup a new project
61+
- Contribution graph like on github
62+
- Meetings page (pull tag "meeting")
63+
- Typescript support (load typings or if authored in TS)
64+
- People/Teams (specify and display teams, for example the express TC)
65+
- GH CI status
66+
- Pinned projects

0 commit comments

Comments
 (0)