Skip to content

bladow/hubot-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hubot Snippets

Implements a method to perform Google Snippets task tracking

Installation

Add hubot-snippets to your package.json file:

"dependencies": {
  ...
  "hubot-snippets": "latest"
}

Add hubot-snippets to your external-scripts.json:

["hubot-snippets"]

Run npm install hubot-snippets

Configuration

Commands

#standup <message>                              # Record a standup message for the day
#sitdown <message>                              # Record a sitdown message for the day
#sitdown (<YYYY-MM-DD> || yesterday) <message>  # Record a sitdown message for a give date

About

A hubot module to implement Google Snippets principles

Resources

License

Stars

Watchers

Forks

Packages

No packages published