gulp-json-to-hbs-to-html

1.1.2 • Public • Published

gulp-json-to-hbs-to-html

Build Status Dependency Status devDependency Status

A Gulp library to compile HTML from JSON and Handlebars templates

DEPRECATED: gulp-consolidate-render provides more flexible template rendering in combination with YAML frontmatter.

var gulp = require("gulp");
var jsonHbsHtml = require("gulp-json-to-hbs-to-html");

gulp.src("./data/**/*.json")
  .pipe(jsonHbsHtml({
    prefix: "templates/",
    suffix: "./handlebars"
  }))
  .pipe(gulp.dest("./public"));

Package Sidebar

Install

npm i gulp-json-to-hbs-to-html

Weekly Downloads

0

Version

1.1.2

License

MIT

Last publish

Collaborators

  • sarahrooney
  • kamil.kecki
  • alexsomeoddpilot
  • megrymo