Skip to content

richardlau/create-node-meeting-artifacts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Will add more documentation, when I have time.

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

About

Tool to create artifacts for node.js team meetings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%