2.0.1 • Published 2 years ago

node-meeting-agenda v2.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

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.

2.0.1

2 years ago

2.0.0

2 years ago

1.1.0

3 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.1

8 years ago

1.0.0

9 years ago