This repository was created with the intention of storing functions made in HandleBarsJS that were very useful in the development of some applications using the Dojot platform.
These resources were created to be used in the Dojot template node. But they can be used in any environment that uses HandleBars.
If the features are not in the main Dojot repository, I use some of that functionality in my fork π of the platform, with some more features. You can also use my image Docker.
If you want to add other features that Iβm not using or new ones that youβve created, I recommend that you make your own fork (π₯ Enjoy the fact that itβs open π₯β).
# Clone the repository
$ git clone https://github.com/ErnandesAJr/working-handlebars
# Enter directory
$ cd working-handlebars
# You can now make your changesTo quickly test the created HandleBars functions just access an example present in the documentation use the playground to test the functionality
Just copy and paste the "handlebars.registerHelper()" you want with the name "Handlebars.registerHelper()" instead of "handlebars" (the "H" must be capitalized). So see in the comment on the function how to use it!
Developed by Ernandes Azevedo Junior