blessed-standup

0.5.4 • Public • Published

blessed-standup

This is a tool for teams to share their daily standup status from the comfort of their terminal with their team. It is written as an example react-blessed application that interacts with a Google Drive spreadsheet.

Usage

This looks for a .blessedstanduprc file in the directory where you are running it from. This file requires a CLIENT_ID and CLIENT_SECRET to interact with the Google Drive API. To generate these:

  1. https://console.developers.google.com/project
  2. Create or select a project
  3. Enable and Manage APIs -> Drive API -> [Enable API]
  4. Select [Credentials] on the left navigation menu
  5. Create client ID
  6. Configure consent screen
  7. Select "Other" for “Application type”
  8. Put your Client ID and Client Secret into .blessedstanduprc

Required Google Spreadsheet structure:

File name: Blessed Standup

Sheet name: Status

Date Human Yesterday Today Blockers
12/25/2015 git config user.name Text Text Text

Sheet name: Team

Member name
git config user.name
git config user.name
git config user.name
...

MIT License

Copyright (c) 2015 Dustan Kasten | dustan.kasten@gmail.com Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i blessed-standup

Weekly Downloads

5

Version

0.5.4

License

MIT

Last publish

Collaborators

  • iamdustan