1.3.3 • Published 7 years ago

gulp-consolidate-render v1.3.3

Weekly downloads
20
License
ISC
Repository
github
Last release
7 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

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.2.9

8 years ago

1.2.8

8 years ago

1.2.7

8 years ago

1.3.0

9 years ago

1.2.6

9 years ago

1.2.5

9 years ago

1.2.4

9 years ago

1.2.3

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago

1.0.0-2

9 years ago

1.0.0-1

9 years ago

1.0.0-0

9 years ago