Generate an agenda for a Node.js working group based on GitHub issue labels
Given a GitHub label name, generate a Markdown formatted agenda for a meeting where each issue tagged with the label represents an agenda item.
$ 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)
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.