Skip to content

Latest commit

 

History

History
146 lines (137 loc) · 5.71 KB

README.md

File metadata and controls

146 lines (137 loc) · 5.71 KB

@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):

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:

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 2024-10-19T17:47:07Z
w3c/vc-di-ecdsa-test-suite 2024-10-02T21:09:22Z
w3c/vc-di-eddsa 2024-10-19T17:58:15Z
w3c/vc-di-eddsa-test-suite 2024-09-26T15:13:04Z
w3c/vc-data-model 2024-10-19T15:43:19Z
w3c/vc-data-model-2.0-test-suite 2024-10-18T18:46:11Z
w3c/vc-di-bbs 2024-10-15T15:49:00Z
w3c-ccg/vc-di-bbs-test-suite 2024-10-16T19:58:21Z
w3c/vc-bitstring-status-list 2024-06-10T15:51:40Z
w3c-ccg/status-list-2021-test-suite 2024-10-18T15:30:37Z
w3c-ccg/vc-api 2024-09-11T20:31:36Z
w3c-ccg/vc-api-issuer-test-suite 2024-07-03T20:16:13Z
w3c-ccg/vc-api 2024-09-11T20:31:36Z
w3c-ccg/vc-api-verifier-test-suite 2024-07-02T19:18:50Z
w3c-ccg/did-method-key 2022-06-21T17:45:51Z
w3c-ccg/did-key-test-suite 2024-09-24T16:19:02Z
w3c/vc-data-integrity 2024-10-19T17:42:47Z
w3c-ccg/data-integrity-test-suite-assertion 2024-10-13T15:26:12Z
w3c-ccg/vc-refresh-2021 2022-06-15T20:18:03Z
w3c-ccg/vc-refresh-2021-test-suite 2023-11-10T17:40:50Z
w3c/vc-di-eddsa 2024-10-19T17:58:15Z
w3c/vc-di-ed25519signature2020-test-suite 2024-07-02T19:20:11Z

License

BSD-3-Clause (c) Digital Bazaar, Inc.