Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

daily-standup

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

daily-standup

Command-line tool for posting what you did today and the GitHub commits from yesterday to HipChat.

  • 0.2.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

daily-standup

Command-line tool for posting what you did today and the GitHub commits from yesterday to HipChat.

If an Asana API key is specified, the next due task is used for today's work.

Installation

npm install --global daily-standup

Usage

daily-standup <message> [--config <path>]

Example

daily-standup "Today I'm going to implement OAuth2."

Posts the following message to HipChat:

Today I'm going to implement OAuth2. Since yesterday I've done:
* Add sign-in page (bloodhound/website 034cb8)
* Add landing page (bloodhound/website b32089)
* Fix bug with authentication (bloodhound/api eda96d)

Options

-h, --help output usage information
-V, --version output the version number
--config <path> JSON configuration

Configuration

daily-standup requires a standup.json in the directory it is run from.

standup.json

The standup.json specifies the API keys to use:

{
  // If no repos specified, all repos will be pulled (public and private)
  "repos": [
    "bloodhound/api", "bloodhound/website"
  ],
  "room": 151902, // HipChat room ID to send report to.
  "projects": [35135315, 34134314], // Optionally restrict to these Asana projects.
  "keys": {
    "asana":   "1P6flnOm.kxJMhQ2JeUyd2fOKVVHM8"
    "github":  "9dc855c5498c9318179b2e7f8c5dc486133708",
    "hipchat": "ai5K1PQErRKitNHeOgDiUcXaZJBjWjbSkdUARP"
  }
}

MIT Licensed

FAQs

Package last updated on 08 Nov 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc