Skip to content

catberry/catberry-handlebars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3e65cca · Jan 3, 2022

History

49 Commits
Mar 19, 2017
Mar 19, 2017
Mar 11, 2016
Mar 2, 2016
Mar 2, 2016
Feb 9, 2015
Feb 9, 2015
Mar 19, 2017
Mar 23, 2017
Mar 11, 2016
Jan 3, 2022
Mar 11, 2016
Jan 3, 2022

Repository files navigation

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@rdner.de