<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Fumanchu</title><link>https://fumanchu.org/</link><description>Handlebars + Helpers Together</description><lastBuildDate>Fri, 24 Jul 2026 19:05:22 GMT</lastBuildDate><atom:link href="https://fumanchu.org/feed.xml" rel="self" type="application/rss+xml" /><item><title>Getting Started</title><link>https://fumanchu.org/docs/</link><guid isPermaLink="true">https://fumanchu.org/docs/</guid><description>Fumanchu Getting Started Guide</description></item><item><title>Array Helpers</title><link>https://fumanchu.org/docs/helpers/array/</link><guid isPermaLink="true">https://fumanchu.org/docs/helpers/array/</guid><description>Fumanchu provides a set of built-in helpers for working with arrays. These helpers allow you to iterate over arrays, check their length, and perform other common operations.
</description></item><item><title>Logging Helpers</title><link>https://fumanchu.org/docs/helpers/logging/</link><guid isPermaLink="true">https://fumanchu.org/docs/helpers/logging/</guid><description>Handlebars provides a set of built-in helpers for logging and debugging. These helpers output messages to the terminal with various formatting and color options, making it easier to debug templates and display status information. Node.js only.
</description></item><item><title>Code Helpers</title><link>https://fumanchu.org/docs/helpers/code/</link><guid isPermaLink="true">https://fumanchu.org/docs/helpers/code/</guid><description>Handlebars provides a set of built-in helpers for working with code. These helpers are used to format and manipulate code snippets, making it easier to display code in a readable format.
</description></item><item><title>Comparison Helpers</title><link>https://fumanchu.org/docs/helpers/comparison/</link><guid isPermaLink="true">https://fumanchu.org/docs/helpers/comparison/</guid><description>Handlebars provides a set of built-in helpers for performing comparisons. These helpers are used to compare values, making it easier to implement conditional logic in your templates.
</description></item><item><title>Collection Helpers</title><link>https://fumanchu.org/docs/helpers/collection/</link><guid isPermaLink="true">https://fumanchu.org/docs/helpers/collection/</guid><description>Handlebars provides a set of built-in helpers for working with collections. These helpers are used to manipulate and format collections, making it easier to work with data in templates.
</description></item><item><title>Date Helpers</title><link>https://fumanchu.org/docs/helpers/date/</link><guid isPermaLink="true">https://fumanchu.org/docs/helpers/date/</guid><description>Handlebars provides a comprehensive set of built-in helpers for working with dates. These helpers are used to format, manipulate, and compare dates, making it easier to display and work with date information.
</description></item><item><title>File System Helpers</title><link>https://fumanchu.org/docs/helpers/fs/</link><guid isPermaLink="true">https://fumanchu.org/docs/helpers/fs/</guid><description>Handlebars provides a set of built-in helpers for working with the file system. These helpers are used to read and manipulate files, making it easier to work with file data in templates.
</description></item><item><title>Html Helpers</title><link>https://fumanchu.org/docs/helpers/html/</link><guid isPermaLink="true">https://fumanchu.org/docs/helpers/html/</guid><description>Helpers for generating and manipulating HTML elements in templates.
</description></item><item><title>i18n Helpers</title><link>https://fumanchu.org/docs/helpers/i18n/</link><guid isPermaLink="true">https://fumanchu.org/docs/helpers/i18n/</guid><description>Handlebars helpers for working with internationalization (i18n). These helpers are used to look up and display localized content in templates.
</description></item><item><title>Inflection Helpers</title><link>https://fumanchu.org/docs/helpers/inflection/</link><guid isPermaLink="true">https://fumanchu.org/docs/helpers/inflection/</guid><description>Handlebars provides a set of built-in helpers for working with inflection. These helpers are used to format and manipulate words, making it easier to display text in a readable format.
</description></item><item><title>Markdown Helpers</title><link>https://fumanchu.org/docs/helpers/markdown/</link><guid isPermaLink="true">https://fumanchu.org/docs/helpers/markdown/</guid><description>Helpers for converting markdown to HTML</description></item><item><title>Match Helpers</title><link>https://fumanchu.org/docs/helpers/match/</link><guid isPermaLink="true">https://fumanchu.org/docs/helpers/match/</guid><description>Handlebars helpers for working with glob patterns and file matching. These helpers use micromatch to filter and test file paths against glob patterns.
</description></item><item><title>Math Helpers</title><link>https://fumanchu.org/docs/helpers/math/</link><guid isPermaLink="true">https://fumanchu.org/docs/helpers/math/</guid><description>Handlebars provides a set of built-in helpers for working with math. These helpers are used to perform mathematical operations, making it easier to manipulate numbers in templates.
</description></item><item><title>Misc Helpers</title><link>https://fumanchu.org/docs/helpers/misc/</link><guid isPermaLink="true">https://fumanchu.org/docs/helpers/misc/</guid><description>Handlebars provides a set of built-in helpers for working with miscellaneous tasks. These helpers are used to perform various operations, making it easier to manipulate data in templates.
</description></item><item><title>Number Helpers</title><link>https://fumanchu.org/docs/helpers/number/</link><guid isPermaLink="true">https://fumanchu.org/docs/helpers/number/</guid><description>Handlebars provides a set of built-in helpers for working with numbers. These helpers are used to format and manipulate numbers, making it easier to display numerical information in a readable format.
</description></item><item><title>Object Helpers</title><link>https://fumanchu.org/docs/helpers/object/</link><guid isPermaLink="true">https://fumanchu.org/docs/helpers/object/</guid><description>Handlebars provides a set of built-in helpers for working with objects. These helpers are used to manipulate and format objects, making it easier to work with complex data structures in templates.
</description></item><item><title>Path Helpers</title><link>https://fumanchu.org/docs/helpers/path/</link><guid isPermaLink="true">https://fumanchu.org/docs/helpers/path/</guid><description>Handlebars provides a set of built-in helpers for working with file paths. These helpers are used to manipulate and format file paths, making it easier to work with files in templates.
</description></item><item><title>Regex Helpers</title><link>https://fumanchu.org/docs/helpers/regex/</link><guid isPermaLink="true">https://fumanchu.org/docs/helpers/regex/</guid><description>Handlebars provides a set of built-in helpers for working with regular expressions. These helpers are used to manipulate and format strings using regex patterns, making it easier to work with complex string matching in templates.
</description></item><item><title>String Helpers</title><link>https://fumanchu.org/docs/helpers/string/</link><guid isPermaLink="true">https://fumanchu.org/docs/helpers/string/</guid><description>Handlebars provides a set of built-in helpers for working with strings. These helpers are used to manipulate and format strings, making it easier to work with text in templates.
</description></item><item><title>Url Helpers</title><link>https://fumanchu.org/docs/helpers/url/</link><guid isPermaLink="true">https://fumanchu.org/docs/helpers/url/</guid><description>Handlebars provides a set of built-in helpers for working with URLs. These helpers are used to manipulate and format URLs, making it easier to work with web links in templates.
</description></item><item><title>Utils Helpers</title><link>https://fumanchu.org/docs/helpers/utils/</link><guid isPermaLink="true">https://fumanchu.org/docs/helpers/utils/</guid><description>Handlebars provides a set of built-in helpers for working with utility functions. These helpers are used to manipulate and format data, making it easier to work with complex data structures in templates.
</description></item><item><title>Migrating to v3</title><link>https://fumanchu.org/docs/migration/v2-to-v3/</link><guid isPermaLink="true">https://fumanchu.org/docs/migration/v2-to-v3/</guid><description>This document describes the breaking changes from v2 to v3 of the jaredwray/fumanchu library.</description></item><item><title>Migrating to v4</title><link>https://fumanchu.org/docs/migration/v3-to-v4/</link><guid isPermaLink="true">https://fumanchu.org/docs/migration/v3-to-v4/</guid><description>This document describes the breaking changes from v3 to v4 of the jaredwray/fumanchu library.</description></item><item><title>Contributing</title><link>https://fumanchu.org/docs/project-guidelines/contributing/</link><guid isPermaLink="true">https://fumanchu.org/docs/project-guidelines/contributing/</guid><description>How to contribute to Fumanchu.</description></item><item><title>Security Policy</title><link>https://fumanchu.org/docs/project-guidelines/security/</link><guid isPermaLink="true">https://fumanchu.org/docs/project-guidelines/security/</guid><description>How to report security vulnerabilities in Fumanchu.</description></item><item><title>Code of Conduct</title><link>https://fumanchu.org/docs/project-guidelines/code-of-conduct/</link><guid isPermaLink="true">https://fumanchu.org/docs/project-guidelines/code-of-conduct/</guid><description>Contributor Covenant Code of Conduct for the Fumanchu community.</description></item><item><title>License and Copyright</title><link>https://fumanchu.org/docs/project-guidelines/license-and-copyright/</link><guid isPermaLink="true">https://fumanchu.org/docs/project-guidelines/license-and-copyright/</guid><description>Fumanchu MIT license and copyright notice.</description></item></channel></rss>