1.0.0 • Published 7 years ago

gulp-blogger-html-preview v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

gulp-blogger-html-preview

Build Status XO code style

Get output code preview of Google Blogger

Install

npm install --save-dev gulp-blogger-html-preview

Usage

const gulp = require('gulp')
const blogger = require('gulp-blogger-html-preview')

gulp.task('default', () =>
  gulp.src('src/theme.xml')
    .pipe(blogger({
      url: 'https://google.blogspot.com',
      token: 'token'
    }))
    .pipe(gulp.dest('dist'))
)

API

blogger(options)

options

Type: Object

See the blogger options.

License

MIT © Jesus Lobos