https://github.com/naugtur/wg-meeting-cli
https://github.com/naugtur/wg-meeting-cli
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/naugtur/wg-meeting-cli
- Owner: naugtur
- License: mit
- Created: 2017-06-02T12:34:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T06:23:59.000Z (about 8 years ago)
- Last Synced: 2024-04-25T19:43:54.773Z (over 1 year ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wg-meeting-cli
## Features
- creates agenda and meeting minutes markdown in a gist
- creates an issue in given repository with agenda
- returns links to created itemsmore to come.
## Installation
```
npm i -g wg-meeting-cli
```
## Usage
```
prepare-wg-meeting --token=GITHUB_USER_TOKEN --tag=tag-to-look-for --issuerepo=user/project
```
or
```
prepare-wg-meeting --config=conf.json
```Your token needs scope for: gist, public_repo.
[How to get a token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/)## TODO
help welcome :)
- automate publishing markdown to a collaborative editor
- automate hangouts on air