Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

hubot-bikeshed

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-bikeshed

A hubot script to ping bikeshed.io and explain what bikesheding is

latest
Source
npmnpm
Version
1.3.0
Version published
Weekly downloads
32
146.15%
Maintainers
2
Weekly downloads
 
Created
Source

Hubot: hubot-bikeshed

Build Status

A script to pull a suggestion from bikeshed.io and also explain what bikeshedding is.

See src/bikeshed.coffee for full documentation.

Installation

Add hubot-bikeshed to your package.json file:

"dependencies": {
  "hubot": ">= 2.5.1",
  "hubot-scripts": ">= 2.4.2",
  "hubot-bikeshed": ">= 0.0.0"
}

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

["hubot-bikeshed"]

Run npm install hubot-bikeshed

Sample Interaction

user1> It seems like we are bikeshedding this problem....
Hubot> If we are talking about bikesheds, I suggest we should use #695DCE, for you humans, http://www.color-hex.com/color/695DCE
user1> What is bikeshedding?
Hubot> The term was coined as a metaphor to illuminate Parkinson’s Law of Triviality. Parkinson observed that a committee whose job is to approve plans for a nuclear power plant may spend the majority of its time on relatively unimportant but easy-to-grasp issues, such as what materials to use for the staff bikeshed, while neglecting the design of the power plant itself, which is far more important but also far more difficult to criticize constructively. It was popularized in the Berkeley Software Distribution community by Poul Henning-Kamp and has spread from there to the software industry at large.
Hubot> If we are talking about bikesheds, I suggest we should use #1EF480, for you humans, http://www.color-hex.com/color/1EF480

Keywords

hubot

FAQs

Package last updated on 11 Jul 2019

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