Skip to main content
Each meeting group has a shortname that you pass as the <group> argument to the CLI. The tool uses this shortname to load four template files from the templates/ directory.
node --env-file=.env create-node-meeting-artifacts.mjs <shortname>

Node.js groups

These groups are hosted under the nodejs GitHub organisation.
ShortnameGroup nameGitHub repo
benchmarkingBenchmarking WorkGroupnodejs/benchmarking
buildBuild WorkGroupnodejs/build
diagDiagnostics WorkGroupnodejs/diagnostics
diag_deepdiveDiagnostics Deep Divenodejs/diagnostics
loadersLoaders Teamnodejs/loaders
modulesModules Teamnodejs/modules
next-10Next 10 Years teamnodejs/next-10
outreachOutreachnodejs/outreach
package-maintenancePackage Maintenance Teamnodejs/package-maintenance
ReleaseRelease WorkGroupnodejs/Release
security-wgSecurity teamnodejs/security-wg
test_runnerTest Runnernodejs/test-runner
toolingTooling Groupnodejs/tooling
tscTechnical Steering Committee (TSC)nodejs/TSC
typescriptTypeScript teamnodejs/typescript
userfeedbackUser Feedbacknodejs/user-feedback
uvwasiuvwasi teamnodejs/uvwasi
webWeb Teamnodejs/web-team
web-server-frameworksWeb Server Frameworksnodejs/web-server-frameworks

OpenJS Foundation groups

These groups are hosted under the openjs-foundation GitHub organisation. Their HOST property is set to "OpenJS Foundation".
ShortnameGroup nameGitHub repo
bundler_collabBundler Collaboration Spaceopenjs-foundation/bundler-collab-space
cross_project_councilCross Project Councilopenjs-foundation/cross-project-council
ecosystem_reportEcosystem Report Collab Spaceopenjs-foundation/ecosystem-report-collab-space
package_metadata_interopPackage Metadata Interoperability Collab Spaceopenjs-foundation/package-metadata-interoperability-collab-space
security_collabSecurity Collab Spaceopenjs-foundation/security-collab-space
standardsStandards Working Groupopenjs-foundation/standards
sustainability_collabSustainability Collaboration Spaceopenjs-foundation/sustainability-collab-space

Example commands

node --env-file=.env create-node-meeting-artifacts.mjs tsc
Shortnames are case-sensitive. Release must be capitalised; tsc must be lowercase. The shortname must exactly match the suffix of the template files in the templates/ directory.

Adding a new group

To add support for a new meeting group, create the four template files with the new shortname as the suffix. See Adding a meeting group for step-by-step instructions.

Build docs developers (and LLMs) love