create-node-meeting-artifacts
create-node-meeting-artifacts copied to clipboard
Tool to create artifacts for node.js team meetings
Currently uses make-node-meeting for content of github issue. Would be better if a template was used. Extract the part which creates the time from make-node-meeting and use templates instead for...
Refs: https://github.com/nodejs/node/pull/54029
we should remove template and script for commcomm https://nodejs.org/en/blog/announcements/retiring-the-node-js-community-committee/
In the event that a meeting issue is closed _before_ it's creation date, it might be helpful **not** to recreate the issue
Fixes #3 Closes #185 --- This PR makes a few substantial changes to improve the DX of this tool. - Moves from INI/env files in `templates/` to JSON configurations in...