GitXplorerGitXplorer
i

blessed-standup

public
7 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
7eca744e66f6a1e0481e9ebd537419633f0a3c2b

0.5.4

iiamdustan committed 9 years ago
Unverified
c60ef7c615f4a55b8ebdc89fa01e9c8888dc1ccd

warning for invalid user. don't display the date

iiamdustan committed 9 years ago
Unverified
f4e7a01b6b5abe0a3c7cdcc5f6e0807dbdfdeae7

0.5.3

iiamdustan committed 9 years ago
Unverified
09245ec3ef2fe43d40eb4926b9ffcee4a8f20584

autoupdate message

iiamdustan committed 9 years ago
Unverified
35fd254f496f22c93f48b9526cf9803924f6d941

0.5.2

iiamdustan committed 9 years ago
Unverified
5f0e8764124ecda88f38e98efd321328e8c032b8

yargs ignoreCache

iiamdustan committed 9 years ago

README

The README file for this repository.

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.