$ npm install html-classer-gulp
npm i html-classer-gulp
A gulp wrapper for html-classer
gulp.task("compile", function() { gulp.src(rootPath + "/template/**/*.html") .pipe(htmlClass({klass: "bkr"})) });