An open API service indexing awesome lists of open source software.

https://github.com/assemble/assemble-handlebars

Assemble engine plugin for Handlebars templates
https://github.com/assemble/assemble-handlebars

Last synced: about 1 year ago
JSON representation

Assemble engine plugin for Handlebars templates

Awesome Lists containing this project

README

          

# assemble-handlebars [![NPM version](https://img.shields.io/npm/v/assemble-handlebars.svg?style=flat)](https://www.npmjs.com/package/assemble-handlebars) [![NPM monthly downloads](https://img.shields.io/npm/dm/assemble-handlebars.svg?style=flat)](https://npmjs.org/package/assemble-handlebars) [![NPM total downloads](https://img.shields.io/npm/dt/assemble-handlebars.svg?style=flat)](https://npmjs.org/package/assemble-handlebars) [![Linux Build Status](https://img.shields.io/travis/assemble/assemble-handlebars.svg?style=flat&label=Travis)](https://travis-ci.org/assemble/assemble-handlebars) [![Windows Build Status](https://img.shields.io/appveyor/ci/assemble/assemble-handlebars.svg?style=flat&label=AppVeyor)](https://ci.appveyor.com/project/assemble/assemble-handlebars)

> Handlebars engine plugin for grunt-assemble. This is only used in grunt-assemble and versions of assemble below 0.4.x.

## Install

Install with [npm](https://www.npmjs.com/):

```sh
$ npm install --save assemble-handlebars
```

## Usage

```js
var assembleHandlebars = require('assemble-handlebars');
```

## About

### Related projects

* [assemble](https://www.npmjs.com/package/assemble): Get the rocks out of your socks! Assemble makes you fast at creating web projects… [more](https://github.com/assemble/assemble) | [homepage](https://github.com/assemble/assemble "Get the rocks out of your socks! Assemble makes you fast at creating web projects. Assemble is used by thousands of projects for rapid prototyping, creating themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websit")
* [grunt-assemble](https://www.npmjs.com/package/grunt-assemble): Static site generator for Grunt.js, Yeoman and Node.js. Used by Zurb Foundation, Zurb Ink, H5BP/Effeckt… [more](http://assemble.io) | [homepage](http://assemble.io "Static site generator for Grunt.js, Yeoman and Node.js. Used by Zurb Foundation, Zurb Ink, H5BP/Effeckt, Less.js / lesscss.org, Topcoat, Web Experience Toolkit, and hundreds of other projects to build sites, themes, components, documentation, blogs and gh")
* [grunt](https://www.npmjs.com/package/grunt): The JavaScript Task Runner | [homepage](http://gruntjs.com/ "The JavaScript Task Runner")
* [handlebars-helpers](https://www.npmjs.com/package/handlebars-helpers): More than 130 Handlebars helpers in ~20 categories. Helpers can be used with Assemble, Generate… [more](https://github.com/assemble/handlebars-helpers) | [homepage](https://github.com/assemble/handlebars-helpers "More than 130 Handlebars helpers in ~20 categories. Helpers can be used with Assemble, Generate, Verb, Ghost, gulp-handlebars, grunt-handlebars, consolidate, or any node.js/Handlebars project.")

### Contributing

Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).

### Contributors

| **Commits** | **Contributor** |
| --- | --- |
| 70 | [doowb](https://github.com/doowb) |
| 26 | [jonschlinkert](https://github.com/jonschlinkert) |
| 6 | [LaurentGoderre](https://github.com/LaurentGoderre) |
| 2 | [adjohnson916](https://github.com/adjohnson916) |
| 1 | [spacedawwwg](https://github.com/spacedawwwg) |

### Building docs

_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_

To generate the readme, run the following command:

```sh
$ npm install -g verbose/verb#dev verb-generate-readme && verb
```

### Running tests

Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:

```sh
$ npm install && npm test
```

### Author

**Brian Woodward**

* [github/doowb](https://github.com/doowb)
* [twitter/doowb](https://twitter.com/doowb)

### License

Copyright © 2017, [Brian Woodward](https://github.com/doowb).
Released under the [MIT License](LICENSE).

***

_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.4.3, on March 17, 2017._