An open API service indexing awesome lists of open source software.

https://github.com/digitalbazaar/vc-commit-tracker

For retreiving the most recent commit dates from VC specs and test suites.
https://github.com/digitalbazaar/vc-commit-tracker

action reporting tool

Last synced: 8 days ago
JSON representation

For retreiving the most recent commit dates from VC specs and test suites.

Awesome Lists containing this project

README

          

# @digitalbazaar/vc-commit-tracker

> `@digitalbazaar/vc-commit-tracker` retrieves the most recent commit dates from
> a list of public VC specs and test suites on Github and displays them within
> a table in the README.

## GitHub Workflow

The configured GitHub workflow runs at 10 AM UTC every Sunday, refreshing the
`README.md` file. You can also manually run the workflow on main branch.

## Install

Requires:
- Node.js 20+

To install locally (for development):
```bash
git clone https://github.com/digitalbazaar/vc-commit-tracker.git
cd vc-commit-tracker
npm install
```
To update the README with the most recent commit dates for VC specifications
and test suite repositories:

```bash
GH_ACCESS_TOKEN="YOUR_GH_ACCESS_TOKEN" npm run update-readme
```
Note: GitHub imposes restrictions on the number of REST API requests
within a given timeframe. To bypass these limitations, authentication via a
GitHub access token is necessary. Ensure you pass this access token through an
environment variable when executing the script to generate the table.

## Latest Commit Dates by Repository



repository name
latest commit date




w3c/vc-di-ecdsa
2025-05-15T21:16:32Z


w3c/vc-di-ecdsa-test-suite
2025-10-24T19:39:36Z



w3c/vc-di-eddsa
2025-05-15T21:18:11Z


w3c/vc-di-eddsa-test-suite
2025-02-26T04:37:01Z



w3c/vc-data-model
2025-10-06T15:17:22Z


w3c/vc-data-model-2.0-test-suite
2025-02-26T16:41:34Z



w3c/vc-di-bbs
2025-04-03T16:29:55Z


w3c-ccg/vc-di-bbs-test-suite
2025-08-26T21:26:44Z



w3c/vc-bitstring-status-list
2025-05-15T21:10:12Z


w3c-ccg/status-list-2021-test-suite
2025-03-11T18:54:16Z



w3c-ccg/vc-api
2025-09-07T19:19:36Z


w3c-ccg/vc-api-issuer-test-suite
2024-12-16T16:46:30Z



w3c-ccg/vc-api
2025-09-07T19:19:36Z


w3c-ccg/vc-api-verifier-test-suite
2024-12-16T16:38:35Z



w3c-ccg/did-method-key
2025-11-02T16:30:05Z


w3c-ccg/did-key-test-suite
2024-09-24T16:19:02Z



w3c/vc-data-integrity
2025-08-14T19:59:39Z


w3c-ccg/data-integrity-test-suite-assertion
2025-08-26T17:59:59Z



w3c-ccg/vc-refresh-2021
2025-09-28T19:58:12Z


w3c-ccg/vc-refresh-2021-test-suite
2023-11-10T17:40:50Z



w3c/vc-di-eddsa
2025-05-15T21:18:11Z


w3c/vc-di-ed25519signature2020-test-suite
2025-02-24T17:48:21Z


## License
[BSD-3-Clause](LICENSE) (c) Digital Bazaar, Inc.