gulp-mandrill-templates

1.1.1 • Public • Published

Publish html files as mandrill templates

Build Status

Will publish html files as mandrill templates, using the filename stem (without extension) as the name of the template

Install

npm install gulp-mandrill-templates

Usage

const gulpMandrillTemplates = require('gulp-mandrill-templates');
 
gulp.task('publish', function () {
    return gulp.src('dist/**/*.html')
        .pipe(gulpMandrillTemplates({ key: process.env.MANDRILL_KEY }))
        .pipe(gulp.dest('dist'));
});

Readme

Keywords

none

Package Sidebar

Install

npm i gulp-mandrill-templates

Weekly Downloads

3

Version

1.1.1

License

MIT

Last publish

Collaborators

  • ikerin