catberry-handlebars
v3.1.0
Published
Catberry adapter for Handlebars template engine
Maintainers
Readme
Catberry Handlebars Adapter
It is an adapter for Handlebars template engine that makes possible to use it from Catberry application.
Installation
npm install catberry-handlebars --saveUsage
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:
- Give it a star
- Join the Gitter room and leave a feedback or help with answering users' questions
- Submit a bug or a feature request
- Submit a PR
Denis Rechkunov [email protected]
