https://github.com/nodejs/create-node-meeting-artifacts
Tool to create artifacts for node.js team meetings
https://github.com/nodejs/create-node-meeting-artifacts
node nodejs
Last synced: about 1 year ago
JSON representation
Tool to create artifacts for node.js team meetings
- Host: GitHub
- URL: https://github.com/nodejs/create-node-meeting-artifacts
- Owner: nodejs
- License: other
- Created: 2017-10-23T22:16:48.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T19:13:19.000Z (over 1 year ago)
- Last Synced: 2025-04-19T06:03:26.363Z (over 1 year ago)
- Topics: node, nodejs
- Language: JavaScript
- Size: 244 KB
- Stars: 33
- Watchers: 5
- Forks: 42
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# create-node-meeting-artifacts
Tool to create artifacts for node.js team meetings
Uses the Foundation calendar to find the next instance of the meeting,
and then creates an issue and matching google doc for minutes. The key
thing is that it automatically creates the issue in github and the doc
in google docs as opposed to just creating the content.
Re-uses make-node-meeting for much of the content generation.
The hardest part to get going is doing the google auth setup
as described in: https://github.com/mhdawson/google-auth-wrapper.
Basic documentation for each of the templates lives in [TEMPLATES_DOCUMENTATION.md](./TEMPLATES_DOCUMENTATION.md)
Currently I'm testing out for generation of the Node.js TSC meetings.
NOTE: The following must be commented out of make-node-meeting
```
echo -n "Previous Meeting Minutes Google Docs URL: "
read prev_doc_url
echo -n "This Meeting Minutes Google Docs URL: "
read curr_doc_url
```