0.1.2 • Published 5 years ago

gulp-typetalk v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago