You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all. I wanted to post here that I know people are busy and sometimes not able to maintain these packages. After waiting a while to see if this project would be handed off or maintained again I created @jaredwray/fumanchu. This combines Handlebars + Handlebars-Helpers together into a single package.
Just npm i @jaredwray/fumanchu --save
Then use it in your code like so:
varhandlebars=require('@jaredwray/fumanchu');vartemplate=handlebars.compile('{{#if (eq foo "bar")}}<p>Foo is bar</p>{{/if}}');varhtml=template({foo: 'bar'});console.log(html);
Features
It is maintained monthly!
It has 100% code coverage
It is a drop in replacement for your handlebars code as it contains Handlebars!
Hi all. I wanted to post here that I know people are busy and sometimes not able to maintain these packages. After waiting a while to see if this project would be handed off or maintained again I created
@jaredwray/fumanchu
. This combines Handlebars + Handlebars-Helpers together into a single package.Just
npm i @jaredwray/fumanchu --save
Then use it in your code like so:
Features
Check it out here: https://github.com/jaredwray/fumanchu
The text was updated successfully, but these errors were encountered: