Socket
Book a DemoInstallSign in
Socket

node-meeting-agenda

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-meeting-agenda

Generate an agenda for a Node.js working group based on GitHub issue labels

latest
Source
npmnpm
Version
2.0.1
Version published
Maintainers
3
Created
Source

node-meeting-agenda

Generate an agenda for a Node.js working group based on GitHub issue labels

NPM

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

$ 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)
$ 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 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.

FAQs

Package last updated on 17 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts