Socket
Socket
Sign inDemoInstall

hubot-taskmaster

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hubot-taskmaster

A hubot script that provides a way to manage tasks that must be done


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

Readme

Source

hubot-taskmaster

A hubot script that provides an easy way to track tasks that need to be done and ping users as scheduled tasks must be completed.

Installation

In hubot project repo, run:

npm install hubot-taskmaster --save

Then add hubot-taskmaster to your external-scripts.json:

[
  "hubot-taskmaster"
]

Sample Interaction

user> hubot task create A fairly simple task
hubot> @user Task (A fairly simple task) successfully created
user> hubot task start A fairly simple task
hubot> @user Task (A fairly simple task) started
user> hubot task list
hubot> 1: A fairly simple task, IN PROGRESS
user> hubot task details 1
hubot> description: A fairly simple task
status: IN PROGRESS
start-time: <TIME STRING>
task-owner: user
user> hubot task complete 1
hubot> @user Task (A fairly simple task) completed
user> hubot task archive A fairly simple task
hubot> @user Task (A fairly simple task) archived. There are 0 remaining tasks.

NPM Module

https://www.npmjs.com/package/hubot-taskmaster

Keywords

FAQs

Last updated on 26 Aug 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc