Skip to content

is2ei/gulp-typetalk

Repository files navigation

gulp-typetalk

Gulp plugin to send notifications to Typetalk

Build Status npm version

Install

$ npm i --save-dev gulp-typetalk

Usage

const typetalk = require("gulp-typetalk");
const config = require("./config");

function typetalkExample (cb) {
    typetalk({
        token: config.token,
        topicId: config.topicId,
        message: "Hello, World!"
    });
    cb();
}

exports.default = typetalkExample;

For working example, see this repository

About

Gulp plugin to send notifications to Typetalk

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published