fm-catberry-handlebars

3.0.1 • Public • Published

Catberry Handlebars Adapter

Gitter

It is an adapter for Handlebars template engine that makes possible to use it from Catberry application.

Installation

npm install catberry-handlebars --save

Usage

You can use the adapter in ./browser.js, ./server.js or ./build.js as following:

const handlebars = require('catberry-handlebars');
const cat = catberry.create(config);
handlebars.register(cat.locator);

In fact, Catberry CLI does it for you while generating a project.

Contributing

There are a lot of ways to contribute:

Denis Rechkunov denis.rechkunov@gmail.com

Readme

Keywords

none

Package Sidebar

Install

npm i fm-catberry-handlebars

Weekly Downloads

1

Version

3.0.1

License

MIT

Last publish

Collaborators

  • dumperize