FEELers is a string templating library built on top of DMN FEEL (Friendly Enough Expression Language), similar to Mustache or Handlebars. Version 1.5.1 (stable) is maintained under the bpmn-io organization. It provides a Lezer grammar/parser, a CodeMirror editor integration, and an interpreter using the feelin engine. Key differentiators: uses FEEL expressions for logic, supports conditionals (#if), loops (#loop), and variable inserts ({{}}).
npm install feelersNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic evaluate usage: plain strings, FEEL expressions, inserts, conditionals, and loops.
Use FEEL expression (=) for object conversion and stringify manually.
Use {{this}} for primitive values in loops.Check documentation for latest editor setup.
Ensure FEEL syntax is correct, e.g., check keywords, operators, and context variables.
Use `import { evaluate } from 'feelers'` instead of `require('feelers')`.Ensure all opened sections are properly closed.