gulp-html2bemjson

1.0.3 • Public • Published

gulp-html2bemjson

Compile html to bemjson with gulp and html2bemjson plugin.

Usage

Install

$ npm install gulp-html2bemjson --save-dev 

Examples

import gulp from 'gulp';
import html2bemjson from 'gulp-html2bemjson';

export default () => {
  return gulp.src('src/pages/index/index.html')
    .pipe(html2bemjson())
    .pipe(gulp.dest('src/pages'))
};

Compile results example

Readme

Keywords

Package Sidebar

Install

npm i gulp-html2bemjson

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

4.03 kB

Total Files

5

Last publish

Collaborators

  • ithrforu