3.1.0 • Published 7 years ago

catberry-handlebars v3.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

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

3.1.0

7 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago