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
- Host: GitHub
- URL: https://github.com/assemble/assemble-handlebars
- Owner: assemble
- License: mit
- Created: 2013-05-05T22:05:53.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-03-17T17:02:23.000Z (about 9 years ago)
- Last Synced: 2025-03-23T00:05:09.762Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/assemble/assemble
- Size: 54.7 KB
- Stars: 8
- Watchers: 12
- Forks: 19
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# assemble-handlebars [](https://www.npmjs.com/package/assemble-handlebars) [](https://npmjs.org/package/assemble-handlebars) [](https://npmjs.org/package/assemble-handlebars) [](https://travis-ci.org/assemble/assemble-handlebars) [](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._