What are helpers?
Helpers are functions that you can use inside your Bigodon template to execute common tasks with ease. Check how to use them here and the ones that already exist here.
Great! How can I help
On HELPERS.md, most of the helpers are missing usage examples (click a helper's name to find out). You can click the code link to check how they're implemented and the tests one to see what's expected from each helper. If you have a good example of how a helper can be useful, please open a PR updating HELPERS.md.
What are helpers?
Helpers are functions that you can use inside your Bigodon template to execute common tasks with ease. Check how to use them here and the ones that already exist here.
Great! How can I help
On HELPERS.md, most of the helpers are missing usage examples (click a helper's name to find out). You can click the
codelink to check how they're implemented and thetestsone to see what's expected from each helper. If you have a good example of how a helper can be useful, please open a PR updating HELPERS.md.