# node-meeting-agenda **Repository Path**: mirrors_nodejs/node-meeting-agenda ## Basic Information - **Project Name**: node-meeting-agenda - **Description**: Generate an agenda for a Node.js working group based on GitHub issue labels - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node-meeting-agenda **Generate an agenda for a Node.js working group based on GitHub issue labels** [![NPM](https://nodei.co/npm/node-meeting-agenda.png)](https://nodei.co/npm/node-meeting-agenda/) Given a GitHub label name, generate a Markdown formatted agenda for a meeting where each issue tagged with the label represents an agenda item. ## Example ```text $ node-meeting-agenda lts-agenda ### nodejs/node-v0.x-archive * Deprecate Array#values() in 0.12.x [#25877](https://github.com/nodejs/node-v0.x-archive/issues/25877) * Deprecate smalloc in v0.12 [#25784](https://github.com/nodejs/node-v0.x-archive/issues/25784) ### nodejs/LTS * tls: make server not use DHE in less than 1014 bits [#49](https://github.com/nodejs/LTS/issues/49) * Charter this [#48](https://github.com/nodejs/LTS/issues/48) * npm in 0.10 LTS [#37](https://github.com/nodejs/LTS/issues/37) * npm LTS [#14](https://github.com/nodejs/LTS/issues/14) * Breaking changes between v0.12.x and next LTS releases cycle [#10](https://github.com/nodejs/LTS/issues/10) ``` ```text $ node-meeting-agenda bootstrap-agenda openjs-foundation # optional second argument for custom org ### openjs-foundation/bootstrap * Infrastructure: Mailing lists [#134](https://github.com/openjs-foundation/bootstrap/issues/134) * add PROJECT.md file [#132](https://github.com/openjs-foundation/bootstrap/pull/132) * Create process for new projects joining foundation [#130](https://github.com/openjs-foundation/bootstrap/issues/130) * Review meeting times [#129](https://github.com/openjs-foundation/bootstrap/issues/129) * Project Housekeeping: Create Checklist for New Projects / Updating Existing Projects [#121](https://github.com/openjs-foundation/bootstrap/issues/121) * Steps to bootstrap CPC and new Foundation [#115](https://github.com/openjs-foundation/bootstrap/issues/115) ``` ## License **node-meeting-agenda** is Copyright (c) 2016 Rod Vagg [@rvagg](https://twitter.com/rvagg) and licensed under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details.