JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q44795F
  • License MIT

Incident coordination for Hubot

Package Exports

  • hubot-incident

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hubot-incident) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

hubot-incident

NPM version Build Status Coverage Status

Incident coordination for Hubot

**NOTE:**This is a work in progress to track an incident through the process.

Installation

In your hubot repository, run:

npm install hubot-incident --save

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

["hubot-incident"]

Configuration

  • HUBOT_INCIDENT_START_CHECKLIST_URL - URL to a checklist for the start of an incident in markdown (will default to checklist in this project)
  • HUBOT_INCIDENT_END_CHECKLIST_URL - URL to a checklist for the start of an incident in markdown (will default to checklist in this project)

Interaction/Process

Development

Resources