Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions abstract.hbs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<section id="abstract">
<p>
The purpose of this test suite is to demonstrate a path to interoperability
for the <a href="https://w3c-ccg.github.io/did-method-key/">did:key Method</a>.
The technologies explored in this test suite are experimental. This document
contains the most recent interoperability report for did:key Method.
This report is auto-generated.
This is the interoperability report for the ${title}.
</p>
</section>
2 changes: 2 additions & 0 deletions populate-templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Usage: node populate-templates.js repo_name=<name> title=<title> org=<org>

Variables:
repo_name The repository name to use for the package.json (e.g., did-key-test-suite)

Check failure on line 11 in populate-templates.js

View workflow job for this annotation

GitHub Actions / lint (20.x)

This line has a length of 87. Maximum allowed is 80
title The project title/description (e.g., DID Key Test Suite)
org The organization or GitHub owner (e.g., w3c)
`;
Expand Down Expand Up @@ -46,11 +46,13 @@
}

populateTemplateFile('.mocharc.yaml', variables);
populateTemplateFile('abstract.hbs', variables);
populateTemplateFile('package.json', variables);
populateTemplateFile('respecConfig.json', variables);

console.log(`
You should now...
☐ update the README.md file,
☐ edit the abstract.hbs file as needed,
☐ remove populate-templates.js,
☐ and commit package-lock.json.`);
Loading