acot-reporter-slack
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

acot-reporter-slack

NPM Status

A Slack reporter for acot.

Usage

Installation

Install via npm:

$ npm install --save acot-reporter-slack

Install via yarn:

$ yarn add acot-reporter-slack

Configuration

module.exports = {
  reporter: {
    use: "slack",
    with: {
      url: "https://hooks.slack.com/services/XXX/XXX/XXX",
    },
  },
};
  • url: URL of Slack's incoming webhook (Required)

Development

TODOs

  • [x] Minimum notification
  • [x] Provide option to configure Slack's incoming webhook URL
  • [x] Report summary by rules
  • [ ] Decorate notification using Block Kit
  • [ ] Options to specify events of notification

Readme

Keywords

none

Package Sidebar

Install

npm i acot-reporter-slack

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

1.53 kB

Total Files

3

Last publish

Collaborators

  • netkuy