1.3.3 • Published 8 years ago

gulp-consolidate-render v1.3.3

Weekly downloads
20
License
ISC
Repository
github
Last release
8 years ago

gulp-consolidate-render

npm version Build Status Dependency Status devDependency Status

A library for compiling and rendering via Consolidate.js

gulp.src("src/*.md")
  ...
  .pipe(consolidate({
    engine: "handlebars"
  }))
  ...

consolidate(options)

options

Type: Object

Options passed to gulp-consolidate-render

options.engine

Type: String

Engine name. Engine must be installed via npm.

options.globals

Type: Object

Global variables to feed to template.

options.compileData

Type: Function

Function to merge globals, file data, etc.

options.templateDir

Type: String

Template directory to prepend to template name

1.3.3

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.2.9

9 years ago

1.2.8

9 years ago

1.2.7

9 years ago

1.3.0

10 years ago

1.2.6

10 years ago

1.2.5

10 years ago

1.2.4

10 years ago

1.2.3

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago

1.0.0-2

10 years ago

1.0.0-1

10 years ago

1.0.0-0

10 years ago