gulp-typetalk

0.1.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i gulp-typetalk

Weekly Downloads

1

Version

0.1.2

License

MIT

Unpacked Size

3.88 kB

Total Files

4

Last publish

Collaborators

  • is2ei