Socket
Book a DemoInstallSign in
Socket

@atomist/automation-client-ext-dashboard

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atomist/automation-client-ext-dashboard

Extension for sending Dashboard workspace and user notifications

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

@atomist/automation-client-ext-dashboard

An extension to an Atomist automation-client to forward Slack messages (DM or channel messages) to the Atomist Dashboard running at https://app.atomist.com.

Usage

  • First install the dependency in your automation-client project
$ npm install @atomist/automation-client-ext-dashboard
  • Install the support in your atomist.config.ts
import { configureDashboardNotifications } from "@atomist/automation-client-ext-dashboard";

export const configuration: Configuration = {
    postProcessors: [
        configureDashboardNotifications,
    ],
}

Support

General support questions should be discussed in the #support channel on our community Slack team at atomist-community.slack.com.

If you find a problem, please create an issue.

Development

You will need to install [node][] to build and test this project.

Build and Test

CommandReason
npm installinstall all the required packages
npm run buildlint, compile, and test
npm run lintrun tslint against the TypeScript
npm run compilecompile all TypeScript into JavaScript
npm testrun tests and ensure everything is working
npm run cleanremove stray compiled JavaScript files and build directory

Created by Atomist. Need Help? Join our Slack team.

Keywords

atomist

FAQs

Package last updated on 10 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