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 < shortnam e >
Node.js groups
These groups are hosted under the nodejs GitHub organisation.
Shortname Group name GitHub repo benchmarkingBenchmarking WorkGroup nodejs/benchmarkingbuildBuild WorkGroup nodejs/builddiagDiagnostics WorkGroup nodejs/diagnosticsdiag_deepdiveDiagnostics Deep Dive nodejs/diagnosticsloadersLoaders Team nodejs/loadersmodulesModules Team nodejs/modulesnext-10Next 10 Years team nodejs/next-10outreachOutreach nodejs/outreachpackage-maintenancePackage Maintenance Team nodejs/package-maintenanceReleaseRelease WorkGroup nodejs/Releasesecurity-wgSecurity team nodejs/security-wgtest_runnerTest Runner nodejs/test-runnertoolingTooling Group nodejs/toolingtscTechnical Steering Committee (TSC) nodejs/TSCtypescriptTypeScript team nodejs/typescriptuserfeedbackUser Feedback nodejs/user-feedbackuvwasiuvwasi team nodejs/uvwasiwebWeb Team nodejs/web-teamweb-server-frameworksWeb Server Frameworks nodejs/web-server-frameworks
OpenJS Foundation groups
These groups are hosted under the openjs-foundation GitHub organisation. Their HOST property is set to "OpenJS Foundation".
Shortname Group name GitHub repo bundler_collabBundler Collaboration Space openjs-foundation/bundler-collab-spacecross_project_councilCross Project Council openjs-foundation/cross-project-councilecosystem_reportEcosystem Report Collab Space openjs-foundation/ecosystem-report-collab-spacepackage_metadata_interopPackage Metadata Interoperability Collab Space openjs-foundation/package-metadata-interoperability-collab-spacesecurity_collabSecurity Collab Space openjs-foundation/security-collab-spacestandardsStandards Working Group openjs-foundation/standardssustainability_collabSustainability Collaboration Space openjs-foundation/sustainability-collab-space
Example commands
TSC meeting
Build WG meeting
Cross Project Council meeting
Release WG meeting
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.