It is an adapter for Pug template engine that makes possible to use it from Catberry application.
npm install catberry-pug --save
You can use the adapter in ./browser.js, ./server.js or ./build.js as following:
const pug = require('catberry-pug');
const cat = catberry.create(config);
pug.register(cat.locator);
In fact, Catberry CLI does it for you.
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
Miha Vizovišek [email protected]